Skip to content

Commit 0ef4066

Browse files
committed
PUSH
-> Right dir
1 parent 87223e2 commit 0ef4066

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
node-version: [20]
16+
17+
defaults:
18+
run:
19+
working-directory: frontend
20+
1621
steps:
1722
- name: Code Checkout
1823
uses: actions/checkout@v4
19-
- name: Goto frontend
20-
run: cd frontend
2124
- name: Setup Node
2225
uses: actions/setup-node@v4
2326
with:

0 commit comments

Comments
 (0)