add retries to tests
This commit is contained in:
parent
0475946367
commit
8de1ca8fec
|
@ -50,4 +50,4 @@ jobs:
|
|||
run: npm ci # Use 'npm ci' to install dependencies
|
||||
|
||||
- name: tests # Step to run tests
|
||||
run: npm run test${{ runner.debug == '0' &&':silent' || '' }} # silent on default. if debug run loud
|
||||
run: npm run test${{ runner.debug == '0' &&':silent' || '' }} --retry=3 # silent on default. if debug run loud. Retry failed tests up to 3 times
|
||||
|
|
Loading…
Reference in New Issue