Skip to content

Commit

Permalink
refactor: add java version
Browse files Browse the repository at this point in the history
main workflow #2
  • Loading branch information
Relaxed-Mind authored Nov 2, 2023
1 parent fc3e477 commit 910edfa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/mainWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
- name: 저장소 Checkout
uses: actions/checkout@v3

# Java 17 세팅
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

## create .yml
- name: make application.yml
run: |
Expand Down

0 comments on commit 910edfa

Please sign in to comment.