Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
chore: test 없이 빌드
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHanEum committed Jun 16, 2024
1 parent b9dac4b commit bb9beeb
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 @@ -20,7 +20,7 @@ jobs:
java-version: '17'

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

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bb9beeb

Please sign in to comment.