From 88e401368a2798ef1f988d9c32adb9e193f9e0b9 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 12 Feb 2026 08:22:43 +0000 Subject: [PATCH] ci: dedupe Next.js cache step in e2e job --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca0d4d9..93832f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,16 +126,6 @@ jobs: nextjs-${{ runner.os }}-node-${{ steps.setup-node.outputs.node-version }}- - - name: Cache Next.js build cache - uses: actions/cache@v4 - with: - path: | - frontend/.next/cache - key: nextjs-${{ runner.os }}-node-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('frontend/package-lock.json') }} - restore-keys: | - nextjs-${{ runner.os }}-node-${{ steps.setup-node.outputs.node-version }}- - - - name: Start frontend (dev server) env: NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL }}