Skip to content

Commit

Permalink
[dogVelopers#21] GitHub Action test
Browse files Browse the repository at this point in the history
  • Loading branch information
jieunee2 committed Jan 10, 2022
1 parent a3f3e8e commit 7c2bb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs: # job - 하나의 인스턴스에서 여러 Step을 그룹시켜 실행하
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file build.gradle

- name: Get Current Time
uses: 1466587594/get-current-time@v2
Expand Down

0 comments on commit 7c2bb13

Please sign in to comment.