Skip to content

Commit

Permalink
adds xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
lkwg82 committed Sep 29, 2024
1 parent 59224c5 commit 9e95f8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ jobs:
run: mvn -B install -D skipTests --no-transfer-progress -DskipShade=true
- name: Ensure browsers are installed
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps"
- name: Run tests
run: mvn verify -DskipShade=true
- name: Run headless test
uses: coactions/setup-xvfb@v1
with: mvn verify -DskipShade=true

0 comments on commit 9e95f8a

Please sign in to comment.