Skip to content

Commit

Permalink
#316 Store test results from build execution
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 20, 2024
1 parent fa8b073 commit 770043c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew check --scan -stacktrace
run: ./gradlew check --scan -stacktrace

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: 'Test Results'
path: build/reports/tests

0 comments on commit 770043c

Please sign in to comment.