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.
1 parent f64dea7 commit 772b3a4Copy full SHA for 772b3a4
.github/workflows/tests.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: install dependencies
21
run: npm ci
22
- name: run tests
23
- run: npm run test:ci
+ run: for i in {1..4}; do npm run test:ci || exit 1; done
24
- name: Coveralls
25
uses: coverallsapp/github-action@v2
0 commit comments