Skip to content

Commit

Permalink
Remove xvfb-run from gradle invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinRNDR authored Apr 27, 2020
1 parent c2edfcc commit c7f0863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
java-version: 14
- name: Collect screenshots
run: xvfb-run ./gradlew collectScreenshots
run: ./gradlew collectScreenshots
- uses: stefanzweifel/git-auto-commit-action@v4.1.5
with:
commit_message: Add generated screenshots
Expand Down

0 comments on commit c7f0863

Please sign in to comment.