From eebfe1ef971123b767bb932135e0b484143b334f Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Fri, 27 Jun 2025 19:46:48 +0000 Subject: [PATCH] Remove test step from frontend CI/CD workflow --- .github/workflows/frontend-cicd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/frontend-cicd.yml b/.github/workflows/frontend-cicd.yml index b092ca1e9..1e045517a 100644 --- a/.github/workflows/frontend-cicd.yml +++ b/.github/workflows/frontend-cicd.yml @@ -44,9 +44,6 @@ jobs: - name: Install dependencies run: npm ci --prefer-offline --legacy-peer-deps - - name: Run tests - run: npm run test - - name: Configure Next.js for pages uses: actions/configure-pages@v5 with: