This commit is contained in:
Christian Klemm 2019-11-17 22:04:50 +01:00
parent beb1fcc176
commit 94d913fbab
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Install Packages
run: |
yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn
yarn install --frozen-lockfile
yarn install --verbose --frozen-lockfile
ls -a $GITHUB_WORKSPACE/.cache/Cypress
exit 1
env: