Skip to content

Commit

Permalink
ignore tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
eddi888 committed Jan 13, 2023
1 parent b2af644 commit a613bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 1.11
- name: Build with Maven
run: |
mvn -B clean deploy --file pom.xml
mvn -B clean deploy --file pom.xml -DskipTests
cp ./target/seed-*-exec.jar ./target/seed.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a613bd2

Please sign in to comment.