Skip to content

Commit

Permalink
Merge pull request #51 from yannrichet/nchabalier-patch-1
Browse files Browse the repository at this point in the history
Update maven.yml
  • Loading branch information
yannrichet authored Aug 28, 2023
2 parents b1f1d45 + 45b6b42 commit 45a1783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
run: mvn -B test --file pom.xml
id: mvntest
continue-on-error: true
- run: sudo apt-get install imagemagick
- run: sudo apt-get install imagemagick x11-xserver-utils
- run: export DISPLAY=:0
if: matrix.os == 'ubuntu-latest' && steps.mvntest.outcome != 'success'
- uses: OrbitalOwen/desktop-screenshot-action@0.1
if: matrix.os == 'ubuntu-latest' && steps.mvntest.outcome != 'success'
Expand Down

0 comments on commit 45a1783

Please sign in to comment.