Skip to content

Commit

Permalink
Verify on release workflow for test module
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Aug 11, 2023
1 parent 22e4957 commit 672d18a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:
server-password: OSSRH_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE
- name: Tests with Maven
run: >
./mvnw $MAVEN_CLI_OPTS
clean verify
- name: Build with Maven
run: >
./mvnw $MAVEN_CLI_OPTS
-Prelease -Drelease
clean deploy
deploy
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 672d18a

Please sign in to comment.