Skip to content

Commit

Permalink
add || true
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 18, 2024
1 parent 9c21368 commit 23db3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-test-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: bahmutov/npm-install@v1
- run: |
npm install react@${{ matrix.tag }} react-dom@${{ matrix.tag }}
npm ls react react-dom
npm ls react react-dom || true #print installed React versions, don't fail CI because of peerDep problems
# tests can be flaky, this runs only once a day and we want to minimize false negatives - retry up to three times
- run: |
parallel --line-buffer -j 1 --retries 3 'npm test -- --logHeapUsage --selectProjects ' ::: 'ReactDOM 19'

0 comments on commit 23db3f0

Please sign in to comment.