Skip to content

Commit 673e90f

Browse files
committed
[CI] Why are my tests failing on CI
1 parent 17b90e9 commit 673e90f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/run-gametests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,11 @@ jobs:
5151
env:
5252
VERSION: ${{ inputs.version }}
5353
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
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

Comments
 (0)