Skip to content

Commit

Permalink
#9 [feat] CD 워크플로우 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyundoh authored Jan 2, 2024
1 parent 6a82fc8 commit d504506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PROD-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 빌드
run: |
chmod +x gradlew
./gradlew build -x test
./gradlew build :module-api
working-directory: ${{ env.working-directory }}
shell: bash

Expand Down

0 comments on commit d504506

Please sign in to comment.