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 1999d8f commit 911c379
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./dogvelopers # gradlew 가 있는 경로 설정

steps:
- uses: actions/checkout@v2

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

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

0 comments on commit 911c379

Please sign in to comment.