cache adjusts

This commit is contained in:
Christian Klemm
2019-11-17 21:00:55 +01:00
committed by GitHub
parent 8ebe7ee81a
commit 20b103a0fb

View File

@@ -9,7 +9,7 @@ jobs:
matrix: matrix:
node-version: [10.x, 12.x] node-version: [10.x, 12.x]
env: env:
CYPRESS_CACHE_FOLDER: ${{ env.GITHUB_WORKSPACE }}/.cache/Cypress CYPRESS_CACHE_FOLDER: '~/work/.cache/Cypress'
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1