Skip to content

Commit

Permalink
Update backend-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwpark1211 authored May 13, 2024
1 parent bbe7280 commit 714d1a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
- name: 저장소 Checkout
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'

- name: 스프링부트 애플리케이션 빌드 # (1)
run: ./gradlew build

Expand Down

0 comments on commit 714d1a8

Please sign in to comment.