mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-01 19:00:21 +03:00
Temporary: add env variables to test out perf improvements
This commit is contained in:
parent
a5cb9a938f
commit
14713c6365
4
.github/workflows/e2e-tests.yml
vendored
4
.github/workflows/e2e-tests.yml
vendored
|
@ -25,6 +25,10 @@ jobs:
|
|||
RECORD_REPLAY_METADATA_FILE: /tmp/replay-metadata
|
||||
RECORD_REPLAY_TEST_METRICS: 1
|
||||
RECORD_REPLAY_WEBHOOK_URL: ${{ secrets.RECORD_REPLAY_WEBHOOK_URL }}
|
||||
# delete this once it's enabled by default
|
||||
RECORD_REPLAY_DISABLE_ASSERTS: 1
|
||||
# delete this once it's enabled by default
|
||||
REPLAY_DISABLE_SOURCEMAP_COLLECTION: 1
|
||||
- name: Set upload start
|
||||
if: always()
|
||||
id: uploadStart
|
||||
|
|
Loading…
Reference in New Issue
Block a user