Skip to content

Commit

Permalink
Merge pull request #27052 from gsmet/no-tests-for-snapshots
Browse files Browse the repository at this point in the history
Skip tests for snapshots deployment
  • Loading branch information
gsmet authored Aug 1, 2022
2 parents 20280ff + ea8f079 commit 58f9efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
SERVER_PASSWORD: ${{ secrets.SERVER_PASSWORD }}
run: |
./mvnw -e -B --settings .github/mvn-settings.xml \
-DskipITs -Dno-format -Dinvoker.skip=true \
-DskipTests -DskipITs -Dno-format -Dinvoker.skip=true \
-DretryFailedDeploymentCount=10 \
-pl !integration-tests/gradle \
clean deploy
Expand Down

0 comments on commit 58f9efc

Please sign in to comment.