We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b18af commit 67cf139Copy full SHA for 67cf139
.github/workflows/gradle.yml
@@ -90,12 +90,12 @@ jobs:
90
- name: Run client gametests
91
env:
92
IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
93
- run: xvfb-run --auto-servernum ./gradlew runClientGameTest --stacktrace --warning-mode=fail
+ run: ./gradlew runClientGameTest --stacktrace --warning-mode=fail
94
95
- name: Run client gametests with mods
96
97
98
- run: xvfb-run --auto-servernum ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
+ run: ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
99
100
- name: Upload screenshots
101
uses: actions/upload-artifact@v5
0 commit comments