Skip to content

Commit

Permalink
cache adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
klemmchr committed Nov 17, 2019
1 parent 20b103a commit 15fab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
node-version: [10.x, 12.x]
env:
CYPRESS_CACHE_FOLDER: '~/work/.cache/Cypress'
CYPRESS_CACHE_FOLDER: ~/work/${{ github.repository }}/.cache/Cypress
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit 15fab69

Please sign in to comment.