Skip to content

Commit 460904d

Browse files
Try skipping regular gametest to see if manual --username arg still works
1 parent 1db752c commit 460904d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ jobs:
8787
done
8888
echo "</details>" >> $GITHUB_STEP_SUMMARY
8989
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
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
9494

9595
- name: Run client gametests with mods
9696
env:

0 commit comments

Comments
 (0)