Skip to content

Commit

Permalink
ci(test): 馃懛 update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Jul 4, 2022
1 parent 325859d commit 32d78b6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,13 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile

- name: Built
- name: Build
run: yarn build

test:
name: Test (${{ matrix.shard }})
name: Test
needs: install
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
shard: ["1/2", "2/2"]

steps:
- name: Checkout repository
Expand All @@ -127,4 +123,4 @@ jobs:
run: yarn --frozen-lockfile

- name: Test
run: yarn test -- --maxWorkers 2 --shard ${{ matrix.shard }}
run: yarn test

0 comments on commit 32d78b6

Please sign in to comment.