Skip to content

Commit

Permalink
build할때 test code 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsaudwl committed Jul 3, 2024
1 parent 3561825 commit 2e71bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: chmod +x ./gradlew

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

- name: Log in to Docker Hub
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
Expand Down

0 comments on commit 2e71bbf

Please sign in to comment.