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:
parent
1138c3a29f
commit
c6fe693323
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user