Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjddn2165 committed Jul 29, 2024
1 parent af6a859 commit 4ae9e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:


- name: gradlew init
run: gradlew init
run: ./gradlew init
working-directory: ${{ env.working-directory }}


- name: 프로젝트 빌드
run: gradlew clean build -x test
run: ./gradlew clean build -x test
working-directory: ${{ env.working-directory }}


Expand Down

0 comments on commit 4ae9e87

Please sign in to comment.