Skip to content

Commit 32d78b6

Browse files
committed
ci(test): 👷 update test action
1 parent 325859d commit 32d78b6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,13 @@ jobs:
9292
if: steps.cache-node-modules.outputs.cache-hit != 'true'
9393
run: yarn --frozen-lockfile
9494

95-
- name: Built
95+
- name: Build
9696
run: yarn build
9797

9898
test:
99-
name: Test (${{ matrix.shard }})
99+
name: Test
100100
needs: install
101101
runs-on: ubuntu-latest
102-
strategy:
103-
fail-fast: false
104-
matrix:
105-
shard: ["1/2", "2/2"]
106102

107103
steps:
108104
- name: Checkout repository
@@ -127,4 +123,4 @@ jobs:
127123
run: yarn --frozen-lockfile
128124

129125
- name: Test
130-
run: yarn test -- --maxWorkers 2 --shard ${{ matrix.shard }}
126+
run: yarn test

0 commit comments

Comments
 (0)