Skip to content

Commit a8d2be9

Browse files
committed
test
1 parent 4032b1e commit a8d2be9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/impress-frontend.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
key: front-node_modules-${{ hashFiles('src/frontend/**/yarn.lock') }}
3636
fail-on-cache-miss: true
3737

38+
- name: Install dependencies to ensure workspace linking
39+
run: cd src/frontend/ && yarn install --frozen-lockfile
40+
3841
- name: Test App
3942
run: cd src/frontend/ && yarn test
4043

@@ -56,6 +59,9 @@ jobs:
5659
key: front-node_modules-${{ hashFiles('src/frontend/**/yarn.lock') }}
5760
fail-on-cache-miss: true
5861

62+
- name: Install dependencies to ensure workspace linking
63+
run: cd src/frontend/ && yarn install --frozen-lockfile
64+
5965
- name: Check linting
6066
run: cd src/frontend/ && yarn lint
6167

0 commit comments

Comments
 (0)