diff --git a/.github/workflows/frontend-cicd.yml b/.github/workflows/frontend-cicd.yml index dd242f6..6ea30f6 100644 --- a/.github/workflows/frontend-cicd.yml +++ b/.github/workflows/frontend-cicd.yml @@ -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