Skip to content

Commit

Permalink
fix: 파이프라인 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
KangJiSseok committed Mar 11, 2024
1 parent 6f357a6 commit c5339e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
distribution: 'corretto'

- name: Run chmod to make gradlew executable
run: chmod +x ./Backend/gradlew
run: chmod +x ./BackEnd/gradlew

- name: Build Project and Test
working-directory: Backend
working-directory: BackEnd
run: ./gradlew build test

- name: Setup MySQL
Expand Down

0 comments on commit c5339e7

Please sign in to comment.