Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix e2e test for forks #539

Merged
merged 2 commits into from
Mar 3, 2025
Merged

Fix e2e test for forks #539

merged 2 commits into from
Mar 3, 2025

Conversation

Duddino
Copy link
Member

@Duddino Duddino commented Feb 27, 2025

Abstract

Forks need access to secrets to run e2e tests, since git lfs requires authentication.
To prevent misuse, a PR needs to be approved first, by adding a safe-to-e2e-test tag. This is probably not strictly needed, as secrets are not shared as env variables in the dependencies install stage, but this protects us from people potentially spamming our lfs server with requests.

The PR needs to be merged to before the new workflow can run, I will push it to my fork as proof that it works:

https://github.com/Duddino/MyPIVXWallet/actions/runs/13568301553/job/37926505880 (e2e test works for master branch)
https://github.com/Duddino/MyPIVXWallet/actions/runs/13568258366/job/37926358958 (e2e test works for PR opened by another fork)

Copy link

netlify bot commented Feb 27, 2025

Deploy Preview for cheery-moxie-4f1121 ready!

Name Link
🔨 Latest commit f24fe79
🔍 Latest deploy log https://app.netlify.com/sites/cheery-moxie-4f1121/deploys/67c071dfa373760007e7627c
😎 Deploy Preview https://deploy-preview-539--cheery-moxie-4f1121.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Member

@JSKitty JSKitty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK - I agree that the labeling system is a good precaution.

@Duddino Duddino merged commit eb03af5 into PIVX-Labs:master Mar 3, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants