mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
e2e fix
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -191,17 +191,17 @@ jobs:
|
||||
export DISPLAY=:1.0
|
||||
|
||||
- name: Run fluxbox
|
||||
run: fluxbox >/dev/null 2>&1
|
||||
run: DISPLAY=:1.0 fluxbox >/dev/null 2>&1
|
||||
|
||||
- name: Run Playwright test - 1/2
|
||||
run: npx playwright test --reporter github --shard=1/2
|
||||
run: DISPLAY=:1.0 npx playwright test --reporter github --shard=1/2
|
||||
env:
|
||||
LOGSEQ_CI: true
|
||||
DEBUG: "pw:api"
|
||||
RELEASE: true # skip dev only test
|
||||
|
||||
- name: Run Playwright test - 2/2
|
||||
run: npx playwright test --reporter github --shard=2/2
|
||||
run: DISPLAY=:1.0 npx playwright test --reporter github --shard=2/2
|
||||
env:
|
||||
LOGSEQ_CI: true
|
||||
DEBUG: "pw:api"
|
||||
|
||||
Reference in New Issue
Block a user