Skip to content

Commit

Permalink
Don't run tests when doing a release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Jun 15, 2024
1 parent c5f2a3e commit de5cc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Verifying build
run: ./mvnw clean deploy -P release -B
run: ./mvnw clean deploy -P release -B -DskipTests

- name: Push pom updates and tags
run: |
Expand Down

0 comments on commit de5cc69

Please sign in to comment.