This commit is contained in:
Christian Klemm 2019-11-17 21:58:53 +01:00
parent 1e1a6e3a2d
commit beb1fcc176
No known key found for this signature in database
GPG Key ID: 57578469FC907C48

View File

@ -8,8 +8,8 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [10.x, 12.x] node-version: [10.x, 12.x]
env: #env:
CYPRESS_CACHE_FOLDER: ~/work/${{ github.repository }}/.cache/Cypress # CYPRESS_CACHE_FOLDER: ~/work/${{ github.repository }}/.cache/Cypress
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
@ -31,7 +31,10 @@ jobs:
run: | run: |
yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn
yarn install --frozen-lockfile yarn install --frozen-lockfile
ls -a ~/.cache/Cypress ls -a $GITHUB_WORKSPACE/.cache/Cypress
exit 1
env:
CYPRESS_CACHE_FOLDER: .cache/Cypress
- name: Run Build - name: Run Build
run: yarn build run: yarn build