Skip to content

Commit a198d0b

Browse files
committed
fix
1 parent 75a6c9d commit a198d0b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545
- name: Build
4646
run: |
47+
yarn install --frozen-lockfile
4748
yarn clean
4849
yarn download
4950
yarn start
@@ -80,6 +81,10 @@ jobs:
8081
name: archive
8182
path: archive
8283

84+
- name: Install node packages
85+
run: yarn install --frozen-lockfile
86+
working-directory: test
87+
8388
- name: Run test
8489
uses: reactivecircus/android-emulator-runner@v2
8590
with:

0 commit comments

Comments
 (0)