Skip to content

Commit

Permalink
chore: develop을 기준으로 비교하게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-ji-hoon committed Oct 21, 2024
1 parent 164c628 commit afd7460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify_preview_screenshot_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# develop 브랜치로 체크아웃합니다.
- name: Checkout develop branch
run: git checkout origin/develop
run: git checkout origin/test/preview-screen #develop 변경 필요

# develop 브랜치용 환경 설정
- name: Setup Gradle for develop branch
Expand Down

0 comments on commit afd7460

Please sign in to comment.