Skip to content

Commit

Permalink
[BE] 배포가 잘 됐는지 테스트 (#51)
Browse files Browse the repository at this point in the history
* test: 배포가 잘 됐는지 테스트하기 위한 주석 삭제

* fix: gradle.yml 잘못된 경로 수정
  • Loading branch information
lee0594 authored Feb 27, 2024
1 parent a29d07f commit 902d2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install Python dependencies
run: |
pip install -r ./back/requirements.txt
pip install -r ./requirements.txt
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 902d2e6

Please sign in to comment.