We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9b939 commit 902811cCopy full SHA for 902811c
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
uses: ./.github/actions/setup-deps
75
76
- name: Test in concurrent mode
77
- run: CONCURRENT_MODE=1 yarn test:ci
+ run: CONCURRENT_MODE=1 yarn test:ci:coverage
78
79
test-website:
80
runs-on: ubuntu-latest
0 commit comments