fix install

pull/9442/head
Konstantinos Kaloutas 2023-05-22 13:11:46 +03:00
parent e679b08aa1
commit 03d83ac807
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ jobs:
run: git diff --exit-code static/yarn.lock
- name: Install fluxbox
run: sudo apt-get update && apt-get install -y fluxbox
run: sudo apt-get update && sudo apt-get install -y fluxbox
- name: Run Playwright test - 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

View File

@ -138,7 +138,7 @@ jobs:
run: git diff --exit-code static/yarn.lock
- name: Install fluxbox
run: sudo apt-get update && apt-get install -y fluxbox
run: sudo apt-get update && sudo apt-get install -y fluxbox
- name: Run Playwright test
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=${{ matrix.shard }}/3