Skip to content

Commit

Permalink
different react version logging
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 18, 2024
1 parent 23db3f0 commit 3868f31
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 || 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: |
node -e 'console.log("\n\nReact %s, React-DOM %s\n\n", require("react").version, require("react-dom").version)'
parallel --line-buffer -j 1 --retries 3 'npm test -- --logHeapUsage --selectProjects ' ::: 'ReactDOM 19'

0 comments on commit 3868f31

Please sign in to comment.