Skip to content

Commit

Permalink
feat: 빌드 하기전 backend-main으로 체크아웃하는 기능 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile committed Jul 19, 2023
1 parent 15e9dc1 commit 704ab65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: backend-main

- name: Set up JDK 11
uses: actions/setup-java@v2
Expand Down

0 comments on commit 704ab65

Please sign in to comment.