Skip to content

Commit cc3295b

Browse files
Run E2E test without config cache for now
1 parent bdfba25 commit cc3295b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ jobs:
9090
- name: Run the mod and take screenshots
9191
env:
9292
IMGUR_CLIENT_ID: ${{ secrets.IMGUR_CLIENT_ID }}
93-
run: xvfb-run --auto-servernum ./gradlew runEndToEndTest --stacktrace --warning-mode=fail
93+
# TODO: Migrate to Fabric Client Gametest API so this can run with configuration cache enabled
94+
run: xvfb-run --auto-servernum ./gradlew runEndToEndTest --stacktrace --warning-mode=fail --no-configuration-cache
9495

9596
- name: Upload screenshots.zip artifact
9697
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)