Skip to content

Commit 2049299

Browse files
Run gametests separately instead
1 parent 6050fb6 commit 2049299

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@ jobs:
9090
- name: Run client gametests
9191
env:
9292
IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
93-
run: xvfb-run --auto-servernum ./gradlew runClientGameTest runClientGameTestWithMods --stacktrace --warning-mode=fail --no-configuration-cache
93+
run: xvfb-run --auto-servernum ./gradlew runClientGameTest --stacktrace --warning-mode=fail
94+
95+
- name: Run client gametests with mods
96+
env:
97+
IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
98+
run: xvfb-run --auto-servernum ./gradlew runClientGameTestWithMods --stacktrace --warning-mode=fail
9499

95100
- name: Upload screenshots
96101
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)