Skip to content

Commit

Permalink
fix: ci 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
zeus6768 committed Oct 16, 2024
1 parent fc15a10 commit a984071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: 환경변수 주입
run: ${{ secrets.APPLICATION_YML }}
working-directory: ./backend/src/main/resources
working-directory: ./backend/src/test/resources

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

0 comments on commit a984071

Please sign in to comment.