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