mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
fix: e2e
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -186,13 +186,13 @@ jobs:
|
||||
run: export DISPLAY=:1
|
||||
|
||||
- name: Start XVFB
|
||||
run: Xvfb $DISPLAY -screen 0 1024x768x16
|
||||
run: Xvfb :1 -screen 0 1024x768x16 &&
|
||||
|
||||
- name: Install and start fluxbox
|
||||
run: sudo apt-get update && sudo apt-get install -y fluxbox && fluxbox
|
||||
run: sudo apt-get update && sudo apt-get install -y fluxbox && fluxbox &&
|
||||
|
||||
- name: Run Playwright test - 1/2
|
||||
run: xvfb-run -- npx playwright test --reporter github --shard=1/2
|
||||
run: npx playwright test --reporter github --shard=1/2
|
||||
env:
|
||||
LOGSEQ_CI: true
|
||||
DEBUG: "pw:api"
|
||||
|
||||
Reference in New Issue
Block a user