Skip to content

Commit

Permalink
fix: build script 수정
Browse files Browse the repository at this point in the history
test를 건너뛰도록 수정
  • Loading branch information
hoyun06 authored Nov 26, 2023
1 parent a5eeb77 commit f71aa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew clean build
run : ./gradlew clean build --exclude-task test
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit f71aa08

Please sign in to comment.