xvfb for playwright on CI

This commit is contained in:
Rene Haas
2022-08-17 12:12:20 +02:00
parent 211731f0bf
commit 6cb49223c7
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
flags: unit
files: "**/jest/coverage*.json"
- name: Run Playwright
run: npm run playwright
run: xvfb-run npm run playwright
- uses: codecov/codecov-action@v3
with:
flags: ui