Skip to content

Commit

Permalink
ci: cache cypress binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Dec 22, 2020
1 parent f1176e4 commit c5c4845
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ jobs:
key: cypress-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: Install
env:
# make sure every Cypress install prints minimal information
CI: 1
if: |
steps.cache-node-modules.outputs.cache-hit != 'true' ||
steps.cache-cypress-binary.outputs.cache-hit != 'true'
run: |
yarn install
yarn bootstrap
npx lerna bootstrap
npx cypress install
cypress-run:
Expand Down

0 comments on commit c5c4845

Please sign in to comment.