0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
This commit is contained in:
Tim Glaser 2021-05-20 11:45:17 +01:00
parent 163782377f
commit 964eb65393

View File

@ -76,10 +76,9 @@ jobs:
if: steps.node-modules-cache.outputs.cache-hit != 'true'
run: |
yarn install --frozen-lockfile
yarn add cypress@6.7.0 cypress-terminal-report@2.1.0 @cypress/react@4.16.4 @cypress/webpack-preprocessor@5.7.0
- name: Install cypress
run: |
yarn add cypress@6.7.0
yarn add cypress@6.7.0 cypress-terminal-report@2.1.0 @cypress/react@4.16.4 @cypress/webpack-preprocessor@5.7.0
yarn run cypress install
yarn run cypress install
- uses: actions/cache@v1