Update frontend-cicd.yml
This commit is contained in:
parent
1f5e3e70af
commit
9f8181cba6
6
.github/workflows/frontend-cicd.yml
vendored
6
.github/workflows/frontend-cicd.yml
vendored
@ -45,12 +45,6 @@ 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 and path file exist
|
|
||||||
run: mkdir -p frontend/public json && echo "../../json" > frontend/public/json
|
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: npm run test
|
|
||||||
|
|
||||||
- name: Configure Next.js for pages
|
- name: Configure Next.js for pages
|
||||||
uses: actions/configure-pages@v5
|
uses: actions/configure-pages@v5
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user