0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00

try self capture 1

This commit is contained in:
Tim Glaser 2021-05-20 11:11:54 +01:00
parent 1138c3a29f
commit c6fe693323

View File

@ -78,7 +78,7 @@ jobs:
yarn install --frozen-lockfile
yarn add cypress-terminal-report@2.1.0 @cypress/react@4.16.4 @cypress/webpack-preprocessor@5.7.0
- name: Install cypress
run: npm i -g cypress@6.7.0
run: yarn add cypress@6.7.0 cypress-terminal-report@2.1.0 @cypress/react@4.16.4 @cypress/webpack-preprocessor@5.7.0
- uses: actions/cache@v1
name: Setup Yarn build cache
id: yarn-build-cache
@ -99,7 +99,7 @@ jobs:
DISABLE_SECURE_SSL_REDIRECT: 1
SECURE_COOKIES: 0
OPT_OUT_CAPTURE: 1
SELF_CAPTURE: 0
SELF_CAPTURE: 1
E2E_TESTING: 1
run: |
python manage.py collectstatic --noinput