Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Aug 15, 2024
1 parent 9bd5ba6 commit adf36a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ jobs:
- uses: actions/checkout@v2
- id: nodeversion
run: echo ::set-output name=NODE::$(cat .nvmrc)
- name: restore Cache
uses: actions/cache@master
with:
path: |
node_modules
/home/runner/.cache/Cypress
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
- name: Use Node.js ${{steps.nodeversion.outputs.NODE}}
uses: actions/setup-node@v1
with:
Expand All @@ -35,7 +28,6 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v2
with:
cache-key: node-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }}
start: yarn dev
wait-on: 'http://localhost:5173'
- name: build
Expand Down

0 comments on commit adf36a5

Please sign in to comment.