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

pull/7515/head
Andelf 2022-11-30 00:42:27 +08:00 committed by GitHub
parent facee3fbc4
commit f65fbc809e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View File

@ -142,7 +142,7 @@ jobs:
- name: Run Playwright test
run: xvfb-run -- npx playwright test --reporter github --shard=${{ matrix.shard }}/3
env:
CI: true
LOGSEQ_CI: true
DEBUG: "pw:api"
RELEASE: true # skip dev only test

View File

@ -36,7 +36,7 @@
:closure-defines {goog.debug.LOGGING_ENABLED true
frontend.config/ENABLE-PLUGINS #shadow/env ["ENABLE_PLUGINS" :as :bool :default true]
frontend.config/ENABLE-FILE-SYNC-PRODUCTION #shadow/env ["ENABLE_FILE_SYNC_PRODUCTION" :as :bool :default true]
frontend.config/TEST #shadow/env ["CI" :as :bool :default false]}
frontend.config/TEST #shadow/env ["LOGSEQ_CI" :as :bool :default false]}
;; NOTE: electron, browser/mobile-app use different asset-paths.
;; For browser/mobile-app devs, assets are located in /static/js(via HTTP root).