mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
fluxbox test
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -182,15 +182,18 @@ jobs:
|
||||
- name: Ensure static yarn.lock is up to date
|
||||
run: git diff --exit-code static/yarn.lock
|
||||
|
||||
- name: Install fluxbox
|
||||
run: apt-get update && apt-get install -y fluxbox
|
||||
|
||||
- name: Run Playwright test - 1/2
|
||||
run: xvfb-run -- npx playwright test --reporter github --shard=1/2
|
||||
run: Xvfb :1 -screen 0 "1280x720x24" >/dev/null 2>&1 & export DISPLAY=:1.0 fluxbox >/dev/null 2>&1 & 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: xvfb-run -- npx playwright test --reporter github --shard=2/2
|
||||
run: Xvfb :1 -screen 0 "1280x720x24" >/dev/null 2>&1 & export DISPLAY=:1.0 fluxbox >/dev/null 2>&1 & npx playwright test --reporter github --shard=2/2
|
||||
env:
|
||||
LOGSEQ_CI: true
|
||||
DEBUG: "pw:api"
|
||||
|
||||
Reference in New Issue
Block a user