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 490817a commit ecd1ddc
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,12 +28,12 @@ jobs:
distribution: 'corretto'

- name: Grant execute permission for gradlew
working-directory: ./Backend
working-directory: ../Backend
run: chmod +x ./gradlew
shell: bash

- name: Build Project and Test
working-directory: ./Backend
working-directory: ../Backend

run: ./gradlew build test
- name: Setup MySQL
Expand Down

0 comments on commit ecd1ddc

Please sign in to comment.