-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
chore: fix test workflow isolation #79
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A great start, thanks for sending this in! 🚀
The general strategy looks great to me. Requesting changes mostly on deduplicating the package names.
270d629
to
e720653
Compare
Co-authored-by: Josh Goldberg ✨ <[email protected]>
Co-authored-by: Josh Goldberg ✨ <[email protected]>
Co-authored-by: Josh Goldberg ✨ <[email protected]>
Ah! I was waiting to be re-requested for review. But looks like this is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me, thanks @matiassimon! 🚀
The echo
command is a bit intense 😄 but I think this is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Err, looking at https://github.com/mochajs/mocha-examples/actions/runs/11238784553/job/31244347723 & co., it looks like these aren't actually running tests? @matiassimon something must have gotten borked in the updates. Could you please take a look?
Annotations
3 errors
Error when evaluating 'strategy' for job 'test'. mochajs/mocha-examples/.github/workflows/test-workflow.yml@5b8715b610c842673e674934abaa4acc707fcc3a (Line: 28, Col: 18): Error parsing fromJson,mochajs/mocha-examples/.github/workflows/test-workflow.yml@5b8715b610c842673e674934abaa4acc707fcc3a (Line: 28, Col: 18): Error reading JToken from JsonReader. Path '', line 0, position 0.,mochajs/mocha-examples/.github/workflows/test-workflow.yml@5b8715b610c842673e674934abaa4acc707fcc3a (Line: 28, Col: 18): Unexpected value ''
Matrix strategy solution. Fixes #78.