Skip to content

Commit

Permalink
Add extra testing to generate-screenshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR authored Apr 27, 2020
1 parent f535a60 commit adce866
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 14
- name: Test glxinfo
run: xvfb-run glxinfo
- name: Collect screenshots
run: ./gradlew collectScreenshots
- uses: stefanzweifel/git-auto-commit-action@v4.1.5
Expand Down

0 comments on commit adce866

Please sign in to comment.