Skip to content

Commit 83ff607

Browse files
authored
Merge pull request #1577 from fippo/test-three-times
test: add cli option to retry three times to mocha
2 parents da7a990 + cdf5326 commit 83ff607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
- run: npm install
2626
- run: BROWSER=${{matrix.browser}} BVER=${{matrix.version}} ./node_modules/travis-multirunner/setup.sh
2727
- run: Xvfb :99 &
28-
- run: BROWSER=${{matrix.browser}} BVER=${{matrix.version}} DISPLAY=:99.0 npm run mocha
28+
- run: BROWSER=${{matrix.browser}} BVER=${{matrix.version}} DISPLAY=:99.0 npm run mocha --retries=3

0 commit comments

Comments
 (0)