Skip to content

Commit

Permalink
Improvements for CI (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge authored Nov 10, 2023
1 parent 2a62390 commit 788d69f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,21 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: gradle

- name: Gradle build, test and check
uses: gradle/gradle-build-action@v2
with:
arguments: check

- name: Publish Test Results
uses: dorny/test-reporter@v1
if: success() || failure() # always run even if the previous step fails
with:
name: JUnit Tests
path: '**/build/test-results/test/TEST-*.xml'
reporter: java-junit

- name: Agent artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 788d69f

Please sign in to comment.