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: