Skip to content

Commit cbfbc64

Browse files
authored
Update gradle.yml
1 parent ac56062 commit cbfbc64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
java-version: '11'
2727
distribution: 'corretto'
2828
- name: gradlew에 실행 권한 부여
29-
run: chmod +x ./gradlew
29+
run: chmod +x gradlew
3030
- name: 프로젝트 빌드
31-
run: ./gradlew clean build -x test
31+
run: ./gradlew clean build
3232
- name: AWS credential 설정
3333
uses: aws-actions/configure-aws-credentials@v1
3434
with:

0 commit comments

Comments
 (0)