Add extra testing to generate-screenshots.yml
This commit is contained in:
2
.github/workflows/generate-screenshots.yml
vendored
2
.github/workflows/generate-screenshots.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
|||||||
- uses: actions/setup-java@v1
|
- uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 14
|
java-version: 14
|
||||||
|
- name: Test glxinfo
|
||||||
|
run: xvfb-run glxinfo
|
||||||
- name: Collect screenshots
|
- name: Collect screenshots
|
||||||
run: ./gradlew collectScreenshots
|
run: ./gradlew collectScreenshots
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4.1.5
|
- uses: stefanzweifel/git-auto-commit-action@v4.1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user