Skip to content

Commit

Permalink
fix: Added ./gradlew clean build -x test To deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gyehyun-bak committed Oct 24, 2024
1 parent 2249903 commit c3e0ade
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: 테스트 및 빌드하기
run: |
chmod +x ./gradlew
./gradlew clean build
./gradlew clean build -x test
- name: AWS Resource에 접근할 수 있게 AWS credentials 설정
uses: aws-actions/configure-aws-credentials@v4
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ out/
### VS Code ###
.vscode/

application.yml
application.yml
application.properties
application-mysql.properties
application-oauth2.properties
39 changes: 0 additions & 39 deletions docker-compose.yml

This file was deleted.

0 comments on commit c3e0ade

Please sign in to comment.