We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096eb54 commit 33bb3a3Copy full SHA for 33bb3a3
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Setup Node.js and deps
73
uses: ./.github/actions/setup-deps
74
75
- - name: Test in concurrent mode
+ - name: Test
76
run: CONCURRENT_MODE=0 yarn test:ci
77
78
test-website:
0 commit comments