Skip to content

Commit

Permalink
tries to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Jan 14, 2024
1 parent 5e3934d commit f22b868
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Test the sample
id: test
run: |
./mvnw install && cd sample-mono && ../mvnw verify -Pentities-from-changelog
- name: Verify Whether a Release is Ready
id: release
shell: bash
Expand All @@ -50,7 +54,7 @@ jobs:
fi
- name: Release With Maven
run: |
mvn -B -U \
./mvnw -B -U \
-Prelease \
release:prepare \
release:perform \
Expand Down

0 comments on commit f22b868

Please sign in to comment.