Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 authored Jun 24, 2023
1 parent 28e15b5 commit 9479f33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs: ## 어떤 작업을 실행시킬 것인가?

# 이 워크플로우는 gradle build
- name: Grant execute permission for gradlew
run: chmod +x gradlew
run:
cd ./WEEK4/FourthSeminar
chmod +x gradlew

- name: Build with Gradle # 실제 application build(-x 옵션을 통해 test는 제외)
run: ./WEEK4/FourthSeminar/.gradlew build -x test
run: ./.gradlew build -x test

0 comments on commit 9479f33

Please sign in to comment.