Skip to content

Commit

Permalink
Getting crazy. GH build ignores even pluginManagement. Add all the lo…
Browse files Browse the repository at this point in the history
…gs scotty
  • Loading branch information
jkosternl committed Oct 7, 2024
1 parent c039d4d commit 653ce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
TEST_LOGIN_PASSWORD: ${{ secrets.AWS_DEV_LOGIN_PASSWORD }}
TEST_LOGIN_URL: ${{ secrets.AWS_DEV_WEB_URL }}
run: |
mvn -B -U -Djunit.includedTags=Integration -Djunit.excludedTags=WebUI test
mvn -B -Djunit.includedTags=Integration -Djunit.excludedTags=WebUI test -X

0 comments on commit 653ce52

Please sign in to comment.