From 9f8181cba6b840f5bbf8cd9fb39650b748f032da Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:12:21 +0100 Subject: [PATCH] Update frontend-cicd.yml --- .github/workflows/frontend-cicd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/frontend-cicd.yml b/.github/workflows/frontend-cicd.yml index efbe4ea..0391a39 100644 --- a/.github/workflows/frontend-cicd.yml +++ b/.github/workflows/frontend-cicd.yml @@ -44,12 +44,6 @@ jobs: - name: Install dependencies run: npm ci --prefer-offline --legacy-peer-deps - - - 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 - name: Configure Next.js for pages uses: actions/configure-pages@v5