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 803a691 commit f23d5bb
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: Add executable permission to gradlew
run: chmod +x ./gradlew
run: chmod +x ./Backend/gradlew
shell: bash

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

- name: Setup MySQL
uses: mirromutth/mysql-action@v1.1
Expand Down

0 comments on commit f23d5bb

Please sign in to comment.