Skip to content

test: add native wrap and install e2e workflows#257

Closed
JerrettDavis wants to merge 0 commit into
chopratejas:mainfrom
JerrettDavis:native-e2e-expansion
Closed

test: add native wrap and install e2e workflows#257
JerrettDavis wants to merge 0 commit into
chopratejas:mainfrom
JerrettDavis:native-e2e-expansion

Conversation

@JerrettDavis

Copy link
Copy Markdown
Collaborator

Summary

  • add a cross-platform wrap native e2e workflow that runs the existing prepare-only bridge tests on linux, macos, and windows
  • add a cross-platform install native e2e workflow that runs safe install CLI smoke tests on real runners
  • reuse the shared native e2e setup action so these workflows stay aligned with the init-native pattern

Testing

  • ..uv-venv\Scripts\python.exe -m pytest tests/test_cli/test_wrap_bridge.py tests/test_cli/test_install_cli.py tests/test_install/test_paths.py -q
  • act workflow_dispatch -W .github/workflows/wrap-native-e2e.yml -n
  • act workflow_dispatch -W .github/workflows/install-native-e2e.yml -n

@codecov

codecov Bot commented Apr 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@JerrettDavis JerrettDavis marked this pull request as ready for review April 24, 2026 03:12
@JerrettDavis JerrettDavis marked this pull request as draft April 24, 2026 04:53
@JerrettDavis JerrettDavis marked this pull request as ready for review April 24, 2026 15:31
@JerrettDavis JerrettDavis marked this pull request as draft April 24, 2026 15:34
@JerrettDavis JerrettDavis reopened this Apr 25, 2026
@JerrettDavis JerrettDavis deleted the native-e2e-expansion branch April 25, 2026 05:46
@JerrettDavis JerrettDavis restored the native-e2e-expansion branch April 25, 2026 05:46
@JerrettDavis JerrettDavis reopened this Apr 25, 2026
@JerrettDavis JerrettDavis force-pushed the native-e2e-expansion branch from 7f0c501 to bdb5614 Compare April 25, 2026 05:54
@JerrettDavis JerrettDavis marked this pull request as ready for review April 25, 2026 13:10
@chopratejas

Copy link
Copy Markdown
Owner

Hi @JerrettDavis - can you resolve the conflicts here?
Thanks

@gitguardian

gitguardian Bot commented May 5, 2026

Copy link
Copy Markdown

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

Since your pull request originates from a forked repository, GitGuardian is not able to associate the secrets uncovered with secret incidents on your GitGuardian dashboard.
Skipping this check run and merging your pull request will create secret incidents on your GitGuardian dashboard.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
32448684 Triggered JSON Web Token 993d37c crates/headroom-core/benches/auth_mode.rs View secret
32448685 Triggered Bearer Token 993d37c crates/headroom-core/benches/auth_mode.rs View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request has had no recent activity and is being marked stale. Please rebase, resolve conflicts, or comment if it is still actively being worked.

@github-actions github-actions Bot added the status: stale No recent activity; may be closed if it stays inactive label Jun 10, 2026
@JerrettDavis

Copy link
Copy Markdown
Collaborator Author

@copilot resolve the merge conflicts in this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: stale No recent activity; may be closed if it stays inactive

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants