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 17b90e9 commit 673e90fCopy full SHA for 673e90f
.github/workflows/run-gametests.yml
@@ -51,4 +51,11 @@ jobs:
51
env:
52
VERSION: ${{ inputs.version }}
53
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
54
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
+
56
+ - name: Upload test reports on failure
57
+ if: failure()
58
+ uses: actions/upload-artifact@v4
59
+ with:
60
+ name: test-reports
61
+ path: neoforge-main/build/reports
0 commit comments