Commit 87514742 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

test: shard GH action unit tests (#6428)

* test: shard GH action unit tests

* fix: use percent
parent 75b0320b
......@@ -59,7 +59,7 @@ jobs:
key: ${{ runner.os }}-jest-${{ hashFiles('**/yarn.lock') }}-${{ github.run_id }}
restore-keys: ${{ runner.os }}-jest-${{ hashFiles('**/yarn.lock') }}-
- run: yarn prepare
- run: yarn test --silent
- run: yarn test --silent --maxWorkers=100%
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment