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 0bed864 commit adca8db
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,11 +28,11 @@ jobs:
distribution: 'corretto'

- name: Grant execute permission for gradlew
working-directory: ./Backend
working-directory: Backend
run: chmod +x ./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 adca8db

Please sign in to comment.