add display

This commit is contained in:
Konstantinos Kaloutas
2023-05-22 17:51:42 +03:00
parent 57c8bfe6c5
commit 1b787b279f
2 changed files with 5 additions and 5 deletions

View File

@@ -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"