fix(ci): use LOGSEQ_CI instead of reserved CI (#7516)

This commit is contained in:
Andelf
2022-11-30 00:42:27 +08:00
committed by GitHub
parent facee3fbc4
commit f65fbc809e
3 changed files with 3 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ jobs:
- name: Run Playwright test
run: xvfb-run -- yarn e2e-test
env:
CI: true
LOGSEQ_CI: true
DEBUG: "pw:api"
- name: Save test artifacts