Skip to content

Commit

Permalink
WIP_xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Dec 4, 2024
1 parent 62fad40 commit 5d9a371
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,15 @@ jobs:
tar xzf Kappapp.tar.gz
mkdir -p build
mv Kappapp ./build/
pwd
ls -R
ls -R /home/runner/work/
# pwd
# ls -R
# ls -R /home/runner/work/
Xvfb :99 -ac -screen 0 1920x1080x24 +extension GLX +render > xvfb_log.txt 2>&1 &
export DISPLAY=:99
sleep 3
- name: Run Playwright tests
run: DEBUG=pw:browser* xvfb-run npx playwright test --retries=2 --trace retain-on-first-failure --project electron
run: DEBUG=pw:browser* npx playwright test --retries=2 --trace retain-on-first-failure --project electron
# run: DEBUG=pw:browser* xvfb-run -e /dev/stdout npx playwright test --retries=2 --trace retain-on-first-failure --project electron
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 5d9a371

Please sign in to comment.