Skip to content

Commit ce97a37

Browse files
authored
Merge pull request #45 from woorifisa-projects-3rd/43-git-actions-cicd
fix: yml파일 변경
2 parents 7277fb5 + 6db95f2 commit ce97a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ec2_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup and execute Gradle 'build' task
5757
uses: gradle/gradle-build-action@v2
5858
with:
59-
arguments: clean build
59+
arguments: clean build -x test
6060
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }}
6161

6262
- name: Upload JAR

0 commit comments

Comments
 (0)