Skip to content

Commit aa93d03

Browse files
authored
Merge pull request #210 from Young-Flow/fix/#209
fix: jar 빌드 명령어 추가
2 parents 21f2a0f + 1917e54 commit aa93d03

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242

4343
- name: Grant execute permission for gradlew
4444
run: chmod +x gradlew
45-
45+
46+
- name: Build with Gradle, without test
47+
run: ./gradlew clean build -x test
48+
4649
- name: Configure AWS credentials
4750
uses: aws-actions/configure-aws-credentials@v4
4851
with:

0 commit comments

Comments
 (0)