Skip to content

Commit

Permalink
skipTests on image publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eidottermihi committed Oct 4, 2024
1 parent 33f58b5 commit 941899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
export IMAGE_TAGS="${IMAGE_RAW_TAGS//$'\n'/,}"
if [[ $LATEST_TAG == "y" ]]; then export IMAGE_TAGS=$IMAGE_TAGS,ghcr.io/it-at-m/appswitcher-server:latest; fi
mvn -B -ntp -P build-image,publish verify
mvn -B -ntp -DskipTests -P build-image,publish verify
- name: Create GitHub Release
id: create_release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 941899a

Please sign in to comment.