This commit is contained in:
Konstantinos Kaloutas
2023-05-22 14:54:19 +03:00
parent a30a308ed0
commit 3a9c448d92
2 changed files with 5 additions and 5 deletions

View File

@@ -141,10 +141,10 @@ jobs:
run: export DISPLAY=:1
- name: Start XVFB
run: Xvfb $DISPLAY -screen 0 1024x768x16
run: Xvfb $DISPLAY -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
run: xvfb-run -- npx playwright test --reporter github --shard=${{ matrix.shard }}/3