Skip to content

Commit

Permalink
fix: CI 테스트코드 제외 (#72) (KAN-129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 3, 2024
1 parent 13bb28e commit 38b0b99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
run: |
cd src/main/resources
echo "${{ secrets.APPLICATION_SECRETS }}" > ./application-secret.properties
- name: Gradle Wrapper 권한 부여
run: chmod +x gradlew

- name: Build
run: |
./gradlew build
./gradlew build -x test
shell: bash

0 comments on commit 38b0b99

Please sign in to comment.