Skip to content

Commit

Permalink
Merge pull request #359 from kdhrubo/feature/356_pkg_stop_retest
Browse files Browse the repository at this point in the history
#356 - stop retest
  • Loading branch information
kdhrubo authored Mar 14, 2024
2 parents 9002b56 + b3ab814 commit 69905e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
run: ./mvnw -B package --file pom.xml
run: ./mvnw -B package --file pom.xml -DskipTests

- name: Publish to GitHub Packages Apache Maven
run: ./mvnw deploy -s $GITHUB_WORKSPACE/settings.xml
Expand Down

0 comments on commit 69905e1

Please sign in to comment.