Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dickson <[email protected]>
  • Loading branch information
joeldickson authored Aug 30, 2024
1 parent fa569bf commit 3a66f87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
continue-on-error: true

- name: Run tests
if: github.event_name =! 'release'
run: ./gradlew test

- name: Upload Test results
if: github.event_name =! 'release'
uses: actions/upload-artifact@v4
if: always()
with:
name: test-report
path: build/reports
Expand All @@ -45,4 +46,4 @@ jobs:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
GPG_SIGNING_KEY: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
GPG_SIGNING_PASSWORD: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
GPG_SIGNING_PASSWORD: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

0 comments on commit 3a66f87

Please sign in to comment.