cache adjusts

This commit is contained in:
Christian Klemm
2019-11-17 21:03:08 +01:00
committed by GitHub
parent 20b103a0fb
commit 15fab69eca

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