mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
add display
This commit is contained in:
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@@ -146,10 +146,10 @@ jobs:
|
||||
export DISPLAY=:1.0
|
||||
|
||||
- name: Start Fluxbox
|
||||
run: fluxbox >/dev/null 2>&1 &
|
||||
run: DISPLAY=:1.0 fluxbox >/dev/null 2>&1 &
|
||||
|
||||
- name: Run Playwright test
|
||||
run: npx playwright test --reporter github --shard=${{ matrix.shard }}/3
|
||||
run: DISPLAY=:1.0 npx playwright test --reporter github --shard=${{ matrix.shard }}/3
|
||||
env:
|
||||
LOGSEQ_CI: true
|
||||
DEBUG: "pw:api"
|
||||
|
||||
Reference in New Issue
Block a user