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

chore: split build into standalone jobs #2386

Merged
merged 4 commits into from
Dec 15, 2024
Merged

chore: split build into standalone jobs #2386

merged 4 commits into from
Dec 15, 2024

Conversation

kettanaito
Copy link
Member

Attempts to address failing CI due to what seems like missing build when the dependent job is run: https://github.com/mswjs/msw/actions/runs/12208798267/job/34062614678

@kettanaito
Copy link
Member Author

GitHub Actions don't support matrix values as predicates for dependent jobs. We need to split the jobs to standalone jobs instead of using a matrix for Node.js version, and then declare respective dependencies between those jobs (build 18 -> test (node) 18).

@kettanaito kettanaito changed the title chore: use matrix-based job name in "needs" chore: split build into standalone jobs Dec 15, 2024
@kettanaito kettanaito marked this pull request as ready for review December 15, 2024 10:29
@kettanaito kettanaito merged commit a6c419c into main Dec 15, 2024
18 checks passed
@kettanaito kettanaito deleted the chore/matrix-deps branch December 15, 2024 10:29
@kettanaito
Copy link
Member Author

Released: v2.6.9 🎉

This has been released in v2.6.9!

Make sure to always update to the latest version (npm i msw@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

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.

1 participant