This commit is contained in:
Christian Klemm 2019-11-17 21:47:05 +01:00
parent cfe9aaf639
commit 6e7c21e439
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
run: |
yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn
yarn install --frozen-lockfile
ls -a $GITHUB_WORKSPACE
ls -a $GITHUB_WORKSPACE/.cache/Cypress
- name: Run Build
run: yarn build