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 325859d commit 32d78b6Copy full SHA for 32d78b6
.github/workflows/main.yml
@@ -92,17 +92,13 @@ jobs:
92
if: steps.cache-node-modules.outputs.cache-hit != 'true'
93
run: yarn --frozen-lockfile
94
95
- - name: Built
+ - name: Build
96
run: yarn build
97
98
test:
99
- name: Test (${{ matrix.shard }})
+ name: Test
100
needs: install
101
runs-on: ubuntu-latest
102
- strategy:
103
- fail-fast: false
104
- matrix:
105
- shard: ["1/2", "2/2"]
106
107
steps:
108
- name: Checkout repository
@@ -127,4 +123,4 @@ jobs:
127
123
128
124
129
125
- name: Test
130
- run: yarn test -- --maxWorkers 2 --shard ${{ matrix.shard }}
126
+ run: yarn test
0 commit comments