Skip to content

Commit

Permalink
Fix: ci/cd 파이프라인 빌드 중 테스트하지않음
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Jul 23, 2024
1 parent 7be0110 commit fa76a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build with Gradle Wrapper
run: |
chmod +x ./gradlew
./gradlew clean build
./gradlew clean build -x test
- name: Get Github action IP
Expand Down

0 comments on commit fa76a35

Please sign in to comment.