fix cypress cache

This commit is contained in:
Christian Klemm
2019-11-12 22:12:53 +01:00
committed by GitHub
parent bf90e8bf44
commit 35ea7083bb

View File

@@ -9,7 +9,7 @@ jobs:
matrix:
node-version: [10.x, 12.x]
env:
CYPRESS_CACHE_FOLDER: $GITHUB_WORKSPACE/node_modules/.cypress
CYPRESS_CACHE_FOLDER: node_modules/.cypress
steps:
- uses: actions/checkout@v1
- name: Setup Node.js ${{ matrix.node-version }}