Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Jun 24, 2023
1 parent 7fba644 commit d35d1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs: ## 어떤 작업을 실행시킬 것인가?
- name: Build with Gradle # 실제 application build(-x 옵션을 통해 test는 제외)
run: |
cd ./WEEK4/FourthSeminar
./.gradlew build -x test
./gradlew build -x test

0 comments on commit d35d1e8

Please sign in to comment.