Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rasheedamir authored Dec 3, 2023
1 parent 37eaf39 commit 64cecec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
# have to skip tests as embeded monogdb doesn't work with arm64
build-args: |
"MVN_CMD=clean package -DskipTests"
platforms: linux/amd64,linux/arm64
file: ${{ env.DOCKER_FILE_PATH }}
pull: true
push: true
Expand Down

0 comments on commit 64cecec

Please sign in to comment.