Skip to content

Commit

Permalink
Store test results as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bast committed Jul 26, 2023
1 parent 5983157 commit a9aa18e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ jobs:
- name: Check without integration
if: matrix.os == 'macOS-latest'
run: ./gradlew build -x jvmTest

# Store test results for debugging
- name: Store test results
uses: actions/upload-artifact@v3
with:
name: test results
path: build/reports
retention-days: 1

0 comments on commit a9aa18e

Please sign in to comment.