From 1f5e3e70af04b940ec28c7eea12657952d1da30f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:11:25 +0100 Subject: [PATCH] Update frontend-cicd.yml --- .github/workflows/frontend-cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-cicd.yml b/.github/workflows/frontend-cicd.yml index 6ea30f6..efbe4ea 100644 --- a/.github/workflows/frontend-cicd.yml +++ b/.github/workflows/frontend-cicd.yml @@ -45,8 +45,8 @@ 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: 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