Skip to content

Commit

Permalink
Save test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldickson committed Oct 12, 2024
1 parent 1ca0ecc commit ac3b5ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
distribution: ${{ env.JAVA_DISTRIBUTION }}
- name: Build
run: ./gradlew clean build
continue-on-error: true
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: test-reports
path: |
build/reports
- name: Test
run: ./gradlew test

Expand Down

0 comments on commit ac3b5ab

Please sign in to comment.