Skip to content

Commit

Permalink
skip tests in container pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tawoe committed Nov 20, 2023
1 parent 494df6d commit 1fde508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo ResetPasswordUrlEnabled=true >> obp-api/src/main/resources/props/test.default.props
echo consents.allowed=true >> obp-api/src/main/resources/props/test.default.props
MAVEN_OPTS="-Xmx3G -Xss2m -DskipTests" mvn package
MAVEN_OPTS="-Xmx3G -Xss2m -Dmaven.test.skip=true" mvn package
- name: Build the Docker image
run: |
echo "${{ secrets.DOCKER_HUB_TOKEN }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin docker.io
Expand Down

0 comments on commit 1fde508

Please sign in to comment.