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 2680ee5 commit 7fba644
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs: ## 어떤 작업을 실행시킬 것인가?
chmod +x gradlew
- name: Build with Gradle # 실제 application build(-x 옵션을 통해 test는 제외)
run: ./WEEK4/FourthSeminar/.gradlew build -x test
run: |
cd ./WEEK4/FourthSeminar
./.gradlew build -x test

0 comments on commit 7fba644

Please sign in to comment.