Skip to content

Commit

Permalink
[UPDATE] ./gradlew build시 test 제외하고 빌드
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear authored Apr 30, 2021
1 parent 862a195 commit 6b6ca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Grant permission to gradlew
run: chmod 755 gradlew
- name: Build Gradle
run: ./gradlew clean build
run: ./gradlew clean build --exclude-task test
- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 6b6ca69

Please sign in to comment.