Skip to content

Commit e1bc701

Browse files
committed
Force the tests regardless of engine errors
1 parent 1936233 commit e1bc701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: steps.node_modules_cache.outputs.cache-hit != 'true'
9494
run: |
9595
yarn config set yarn-offline-mirror ~/.npm-packages-offline-cache
96-
yarn install --frozen-lockfile --prefer-offline
96+
yarn install --frozen-lockfile --prefer-offline --force
9797
yarn add firebase@^${{ matrix.firebase }}.0 --prefer-offline
9898
- name: Firebase emulator cache
9999
uses: actions/cache@v2
@@ -143,7 +143,7 @@ jobs:
143143
if: steps.node_modules_cache.outputs.cache-hit != 'true'
144144
run: |
145145
yarn config set yarn-offline-mirror ~/.npm-packages-offline-cache
146-
yarn install --frozen-lockfile --prefer-offline
146+
yarn install --frozen-lockfile --prefer-offline --force
147147
yarn add firebase@^${{ matrix.firebase }}.0 --prefer-offline
148148
- name: Firebase emulator cache
149149
uses: actions/cache@v2

0 commit comments

Comments
 (0)