Skip to content

Commit

Permalink
dogVelopers#25 github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Mar 15, 2022
1 parent baf4138 commit d84e444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v2

# - name : working directory 지정
# env:
# working-directory: ./dogvelopers # gradlew 가 있는 경로 설정
- name : working directory 지정
env:
working-directory: ./dogvelopers # gradlew 가 있는 경로 설정

# 소스코드들은 11을 위주로 짰음
- name: Set up JDK 11
Expand Down

0 comments on commit d84e444

Please sign in to comment.