From 37f20f07919802879f92e916805638ab8ea8a6a4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:09:54 +0100 Subject: [PATCH] Update frontend-cicd.yml --- .github/workflows/frontend-cicd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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