mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-02 03:10:23 +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_METADATA_FILE: /tmp/replay-metadata
|
||||||
RECORD_REPLAY_TEST_METRICS: 1
|
RECORD_REPLAY_TEST_METRICS: 1
|
||||||
RECORD_REPLAY_WEBHOOK_URL: ${{ secrets.RECORD_REPLAY_WEBHOOK_URL }}
|
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
|
- name: Set upload start
|
||||||
if: always()
|
if: always()
|
||||||
id: uploadStart
|
id: uploadStart
|
||||||
|
|
Loading…
Reference in New Issue
Block a user