We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f5d45 commit 9e9a477Copy full SHA for 9e9a477
.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 in legacy mode
76
run: CONCURRENT_MODE=0 yarn test:ci
77
78
test-website:
0 commit comments