We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902811c commit c5a9627Copy full SHA for c5a9627
.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:coverage
+ run: CONCURRENT_MODE=1 yarn test:ci
78
79
test-website:
80
runs-on: ubuntu-latest
0 commit comments