Update build.yml

This commit is contained in:
Christian Klemm
2020-02-16 15:38:52 +01:00
committed by GitHub
parent cf6f1a083e
commit 5dddf2f757

View File

@@ -30,7 +30,7 @@ jobs:
yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn
yarn install --frozen-lockfile
env:
CYPRESS_CACHE_FOLDER: ../../.cache/Cypress
CYPRESS_CACHE_FOLDER: .cache/Cypress
- name: Run Build
run: yarn build