Skip to content

Commit

Permalink
Merge pull request #450 from kyum-q/refactor/change-cd
Browse files Browse the repository at this point in the history
백엔드 CI JDK 설정 추가
  • Loading branch information
zeus6768 authored Aug 16, 2024
2 parents 295c7d8 + e0d227c commit 076eea4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/backend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
path: /h2-console
datasource:
url: jdbc:h2:mem:database" > backend/src/main/resources/application.yml
- name: JDK 17 설정
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin

- name: 테스트 코드 실행
run: ./gradlew test
Expand Down

0 comments on commit 076eea4

Please sign in to comment.