mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
add test
This commit is contained in:
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@@ -141,9 +141,7 @@ jobs:
|
||||
run: sudo apt-get update && sudo apt-get install -y fluxbox
|
||||
|
||||
- name: Run XVFB
|
||||
run: |
|
||||
Xvfb :1 -screen 0 1024x768x24 >/dev/null 2>&1 &
|
||||
export DISPLAY=:1.0
|
||||
run: Xvfb :1 -screen 0 1024x768x24 >/dev/null 2>&1 &
|
||||
|
||||
- name: Start Fluxbox
|
||||
run: DISPLAY=:1.0 fluxbox >/dev/null 2>&1 &
|
||||
|
||||
Reference in New Issue
Block a user