We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da7a990 + cdf5326 commit 83ff607Copy full SHA for 83ff607
.github/workflows/test.yml
@@ -25,4 +25,4 @@ jobs:
25
- run: npm install
26
- run: BROWSER=${{matrix.browser}} BVER=${{matrix.version}} ./node_modules/travis-multirunner/setup.sh
27
- run: Xvfb :99 &
28
- - run: BROWSER=${{matrix.browser}} BVER=${{matrix.version}} DISPLAY=:99.0 npm run mocha
+ - run: BROWSER=${{matrix.browser}} BVER=${{matrix.version}} DISPLAY=:99.0 npm run mocha --retries=3
0 commit comments