Skip to content

Commit

Permalink
ci: remove next cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrajamanickam-coveo committed Aug 10, 2023
1 parent 3c0cea9 commit 485eab7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/actions/e2e-headless-ssr/action.yml
Expand Up @@ -8,17 +8,6 @@ inputs:
runs:
using: composite
steps:
- uses: actions/cache@v3
# https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching
with:
path: |
~/.npm
${{ github.workspace }}/.next/cache
# Generate a new cache whenever packages or source files change.
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.[jt]s', '**/*.[jt]sx') }}
# If source files changed but packages didn't, rebuild from a prior cache.
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- uses: cypress-io/github-action@v5
name: Run Cypress
with:
Expand Down

0 comments on commit 485eab7

Please sign in to comment.