mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
e2e fix
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: Run 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