Skip to content

Commit

Permalink
Add some strange suggestion of GitHub CoPilot, because the sky is gray.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosternl committed Oct 7, 2024
1 parent 5319ba6 commit ce3d8a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-to-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,9 @@ jobs:
cache: 'npm'
cache-dependency-path: webui/package-lock.json

- name: Clear Maven Cache because GitHub CoPilot thinks it is a good idea
run: rm -rf ~/.m2/repository

- name: Build Conformance-Gateway
run: |
mvn package -B -V -DskipTests
mvn package -B -V -DskipTests -Dmaven.surefire.plugin.version=3.5.1
# No need to run tests, as they are already run in the PR workflow

- name: Verify Run in AWS
Expand All @@ -57,4 +54,4 @@ jobs:
TEST_LOGIN_PASSWORD: ${{ secrets.AWS_DEV_LOGIN_PASSWORD }}
TEST_LOGIN_URL: ${{ secrets.AWS_DEV_WEB_URL }}
run: |
mvn -B -Djunit.includedTags=Integration -Djunit.excludedTags=WebUI test
mvn -B -Djunit.includedTags=Integration -Djunit.excludedTags=WebUI test -Dmaven.surefire.plugin.version=3.5.1

0 comments on commit ce3d8a0

Please sign in to comment.