Update frontend-cicd.yml

This commit is contained in:
CanbiZ
2025-03-12 12:46:17 +01:00
committed by GitHub
parent 8bd63338df
commit 7b909ffc46

View File

@@ -45,6 +45,11 @@ jobs:
- name: Install dependencies
run: npm ci --prefer-offline --legacy-peer-deps
- name: Fix symbolic link issue
run: |
rm -rf frontend/public/json
ln -s $GITHUB_WORKSPACE/json frontend/public/json
- name: Run tests
run: npm run test