Skip to content

Commit 48e8d22

Browse files
path updated on python app
1 parent f2b293e commit 48e8d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
defaults:
1717
run:
18-
working-directory: frontend
18+
working-directory: src/frontend
1919
strategy:
2020
matrix:
2121
node-version: [18.x, 21.x]
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: 'npm'
31-
cache-dependency-path: '**/package-lock.json'
31+
cache-dependency-path: 'src/frontend/package-lock.json'
3232
- run: npm ci
3333
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
3434
- run: npm run test --if-present

0 commit comments

Comments
 (0)