diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index 6ab3fd8..02e1acc 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -41,7 +41,7 @@ jobs: echo "${{ secrets.APPLICATION_PROPERTIES }}" > src/main/resources/application.properties cat src/main/resources/application-prod.properties chmod +x gradlew - ./gradlew clean build + ./gradlew clean build --exclude-task test ls pwd docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/streaming .