cache adjusts

This commit is contained in:
Christian Klemm 2019-11-17 21:03:08 +01:00 committed by GitHub
parent 20b103a0fb
commit 15fab69eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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