diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-04-27 00:28:28 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-04-27 00:28:28 -0400 |
commit | 1b17e44fbd724575ec2db883b4416c748177ae04 (patch) | |
tree | 472c768c5c939c1dd4adef4f11f3726b82ff3782 /.github | |
parent | c61ffbe25dea8f57e91ce3fb7892aa8540224b0e (diff) | |
download | Skyblocker-1b17e44fbd724575ec2db883b4416c748177ae04.tar.gz Skyblocker-1b17e44fbd724575ec2db883b4416c748177ae04.tar.bz2 Skyblocker-1b17e44fbd724575ec2db883b4416c748177ae04.zip |
Fix ItemUtilsTest and store failure reports
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/beta.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 7100e2e2..e1d3427c 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -59,6 +59,15 @@ jobs: - name: Build with Gradle run: ./gradlew build + - name: Store reports + if: failure() + uses: actions/upload-artifact@v4 + with: + name: reports + path: | + **/build/reports/ + **/build/test-results/ + - uses: actions/github-script@v7 id: fname with: |