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 bee6fd9 commit 6050fb6Copy full SHA for 6050fb6
.github/workflows/gradle.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Run client gametests
91
env:
92
IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
93
- run: xvfb-run --auto-servernum ./gradlew runClientGameTest runClientGameTestWithMods --stacktrace --warning-mode=fail
+ run: xvfb-run --auto-servernum ./gradlew runClientGameTest runClientGameTestWithMods --stacktrace --warning-mode=fail --no-configuration-cache
94
95
- name: Upload screenshots
96
uses: actions/upload-artifact@v5
0 commit comments