Skip to content

Commit

Permalink
Test: ci-cd 테스트코드 포함 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed May 22, 2024
1 parent 7782c1d commit b17e996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: |
cd baebae-BE
chmod +x ./gradlew
./gradlew build -x test
./gradlew build
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
cd baebae-BE
chmod +x ./gradlew
./gradlew build -x test
./gradlew build
- name: Create deployment package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd baebae-BE
chmod +x ./gradlew
./gradlew build -x test
./gradlew build
- name: Create deployment package
run: |
Expand Down

0 comments on commit b17e996

Please sign in to comment.