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 4032b1e commit a8d2be9Copy full SHA for a8d2be9
.github/workflows/impress-frontend.yml
@@ -35,6 +35,9 @@ jobs:
35
key: front-node_modules-${{ hashFiles('src/frontend/**/yarn.lock') }}
36
fail-on-cache-miss: true
37
38
+ - name: Install dependencies to ensure workspace linking
39
+ run: cd src/frontend/ && yarn install --frozen-lockfile
40
+
41
- name: Test App
42
run: cd src/frontend/ && yarn test
43
@@ -56,6 +59,9 @@ jobs:
56
59
57
60
58
61
62
63
64
65
- name: Check linting
66
run: cd src/frontend/ && yarn lint
67
0 commit comments