Skip to content

Commit

Permalink
Test: 테스트를 빼고 빌드하도록 다시 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 authored Jul 22, 2024
1 parent 3bad154 commit 5a22098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: echo "${{ secrets.GREEN_APPLICATION }}" > ./src/main/resources/application-green.yml

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build -x test

- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ env.DOCKER_IMAGE_NAME }}:latest
Expand Down

0 comments on commit 5a22098

Please sign in to comment.