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 ecd1ddc commit a954cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
java-version: '17'
distribution: 'corretto'

- name: Grant execute permission for gradlew
working-directory: ../Backend
run: chmod +x ./gradlew
shell: bash
- name: Add executable permission to 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
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a954cb8

Please sign in to comment.