Skip to content

Commit

Permalink
Upload test results in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Nov 22, 2024
1 parent 08e8891 commit 5040323
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ jobs:
with:
name: clientcommands-snapshot
path: build/libs/
- uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: build/reports/
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ jobs:
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
- run: ./gradlew test --stacktrace --no-daemon
- uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: build/reports/

0 comments on commit 5040323

Please sign in to comment.