Update frontend-cicd.yml
This commit is contained in:
parent
7a2e2ada4c
commit
37f20f0791
5
.github/workflows/frontend-cicd.yml
vendored
5
.github/workflows/frontend-cicd.yml
vendored
@ -44,7 +44,10 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci --prefer-offline --legacy-peer-deps
|
||||
|
||||
|
||||
- name: Ensure JSON directory exists
|
||||
run: mkdir -p json && echo "../../json" > frontend/public/json
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user