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 1db752c commit 460904dCopy full SHA for 460904d
.github/workflows/gradle.yml
@@ -87,10 +87,10 @@ jobs:
87
done
88
echo "</details>" >> $GITHUB_STEP_SUMMARY
89
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
+ # - name: Run client gametests
+ # env:
+ # IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
+ # run: xvfb-run --auto-servernum ./gradlew runClientGameTest --stacktrace --warning-mode=fail
94
95
- name: Run client gametests with mods
96
env:
0 commit comments