Skip to content

test: Run full matrix even if a single job fails #1027

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

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

eps1lon
Copy link
Member

@eps1lon eps1lon commented Sep 10, 2021

What:

The validate pipeline previously immediately stopped once a single job failed. Now we complete every job even if another fails.

Why:

This made it impossible to know if an issue is invariant across the test matrix or tied to a specific value.

How:

Disable fail-fast

Checklist:

  • [ ] Documentation added to the
    docs site
  • [ ] Tests
  • [ ] TypeScript definitions updated
  • Ready to be merged

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 791a32d:

Sandbox Source
react-testing-library-examples Configuration

@eps1lon
Copy link
Member Author

eps1lon commented Sep 10, 2021

Merging since the node 16 failure is due to nodejs/node#40030

@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #1027 (791a32d) into main (ba8dfb8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main     #1027   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines          916       916           
  Branches       286       286           
=========================================
  Hits           916       916           
Flag Coverage Δ
node-12 100.00% <ø> (ø)
node-14 100.00% <ø> (ø)
node-16 ?

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba8dfb8...791a32d. Read the comment docs.

@eps1lon eps1lon merged commit 7b125de into testing-library:main Sep 10, 2021
@eps1lon eps1lon deleted the test/fail-fast branch September 10, 2021 11:44
@github-actions
Copy link

🎉 This PR is included in version 8.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant