Skip to content

Commit c552122

Browse files
committed
fix: test working-directory
1 parent af5a29e commit c552122

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci-frontend.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,18 @@ jobs:
3232
- name: install shared dependencies
3333
run: npm ci
3434

35-
- name: cd frontend
36-
run: cd frontend
37-
3835
- name: install frontend dependencies
36+
working-directory: ./frontend
3937
run: npm ci
4038

4139
- name: check formatting
40+
working-directory: ./frontend
4241
run: echo $(pwd) && npm run prettier
4342

4443
- name: check lint
44+
working-directory: ./frontend
4545
run: npm run lint
4646

4747
- name: check types
48+
working-directory: ./frontend
4849
run: npm run types:check

0 commit comments

Comments
 (0)