Update frontend-cicd.yml

This commit is contained in:
CanbiZ
2025-03-03 12:09:54 +01:00
committed by GitHub
parent 7a2e2ada4c
commit 37f20f0791

View File

@@ -45,6 +45,9 @@ 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
run: mkdir -p json && echo "../../json" > frontend/public/json
- name: Run tests - name: Run tests
run: npm run test run: npm run test