We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43afdec + 17f69fa commit da8324eCopy full SHA for da8324e
1 file changed
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
run: chmod +x ./gradlew
35
36
- name: 테스트 및 빌드하기
37
- run: ./gradlew clean build
+ run: ./gradlew clean build -x test
38
39
- name: AWS Resource에 접근할 수 있게 AWS credentials 설정
40
uses: aws-actions/configure-aws-credentials@v4
0 commit comments