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 ad35246 commit e3d7258Copy full SHA for e3d7258
.github/workflows/main.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Install Dependencies
142
if: steps.yarn-cache.outputs.cache-hit != 'true'
143
- run: yarn --prefer-offline --frozen-lockfile
+ run: yarn --frozen-lockfile
144
145
- name: Test
146
run: yarn test -- --maxWorkers 2 --shard ${{ matrix.shard }}
0 commit comments