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

feat(testing): add github actions to run tests automatically for PRs #2626

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

salinecitrine
Copy link
Collaborator

@salinecitrine salinecitrine commented Feb 17, 2024

This uses https://github.com/EnricoMi/publish-unit-test-result-action to publish test results for PRs, including forks. It uses roughly the setup described here to do so. This means there is an action that runs on the PR branch that runs the tests, and an action that runs on the master branch that publishes the results.


See discussion here: https://discord.com/channels/549281623154229250/1194505222605778984 and original draft PR here: #2515

This depends on #2625

@salinecitrine
Copy link
Collaborator Author

salinecitrine commented Feb 17, 2024

Draft until prerequisite PRs are merged. Draft since this has some other prerequisites like speeding up checkout and managing action runner resources (especially if running with free github runners). This is still ready for review.

@salinecitrine salinecitrine force-pushed the test-framework-actions branch 2 times, most recently from 381c505 to 40f8268 Compare February 20, 2024 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant