We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7986c53 commit 96929cfCopy full SHA for 96929cf
.github/workflows/gradle.yml
@@ -53,3 +53,23 @@ jobs:
53
name: MouseTweaks-Fabric
54
path: build/libs/
55
if-no-files-found: error
56
+
57
+ test:
58
+ runs-on: ubuntu-latest
59
+ steps:
60
+ - uses: ./.github/actions/setup
61
62
+ - name: Build testmod
63
+ run: ./gradlew --build-file build-fabric.gradle testmodClientClasses
64
65
+ - name: Run gametest
66
+ uses: GabrielBB/xvfb-action@v1
67
+ with:
68
+ run: ./gradlew --build-file build-fabric.gradle runClientGametest
69
70
+ - name: Upload screenshot
71
+ uses: actions/upload-artifact@v6
72
73
+ name: screenshot
74
+ path: run/screenshots/
75
+ if-no-files-found: error
0 commit comments