Konstantinos Kaloutas 2 лет назад
Родитель
Сommit
03d83ac807
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/e2e.yml

+ 1 - 1
.github/workflows/build.yml

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

+ 1 - 1
.github/workflows/e2e.yml

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