mirror of
https://github.com/zoriya/flood.git
synced 2026-06-08 20:46:04 +00:00
CI: auto retry backend tests
It depends on the other end sometimes as tests contain URL fetching. Retry tests automatically to reduce flakiness.
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
- run: npm ci --no-optional
|
||||
- run: npm run build
|
||||
- run: npm run start -- --help
|
||||
- run: npm test
|
||||
- run: npm test || npm test || npm test
|
||||
|
||||
- uses: codecov/codecov-action@v1
|
||||
if: matrix.node == 14
|
||||
|
||||
Reference in New Issue
Block a user