Skip to content

Commit

Permalink
�deploy: 배포 test
Browse files Browse the repository at this point in the history
  • Loading branch information
minsu20 authored Jan 27, 2024
1 parent b237d67 commit bba9edf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/backend-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ jobs:

steps:
# 소스 코드 체크아웃
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# JDK 17 설정
- name: Set up JDK 17
uses: actions/setup-java@v2
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
distribution: 'corretto'

# Gradle 패키지 캐시
- name: Gradle Caching
Expand Down

0 comments on commit bba9edf

Please sign in to comment.