Skip to content

Commit

Permalink
Add some strange suggestion of GitHub CoPilot, because the sky is blue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosternl committed Oct 7, 2024
1 parent 653ce52 commit 5319ba6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-to-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ 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 clean package -B -V -DskipTests
mvn package -B -V -DskipTests
# No need to run tests, as they are already run in the PR workflow

- name: Verify Run in AWS
Expand All @@ -54,4 +57,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 -X
mvn -B -Djunit.includedTags=Integration -Djunit.excludedTags=WebUI test

0 comments on commit 5319ba6

Please sign in to comment.