Remove xvfb-run from gradle invoke

This commit is contained in:
Edwin Jakobs
2020-04-27 11:27:41 +02:00
committed by GitHub
parent c2edfccff9
commit c7f0863965

View File

@@ -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