Skip to content

Commit

Permalink
♻️ [Refactor] pr-test.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed Aug 15, 2024
1 parent 11ab39c commit af28ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: PR Test
on:
pull_request:
branches: [ develop ] # develop branch에 PR을 보낼 때 실행
push:
branches:
- refactor/171

jobs:
test:
Expand All @@ -25,4 +22,4 @@ jobs:

# Gradle test를 실행
- name: Test with Gradle
run: ./gradlew --quiet test
run: ./gradlew --info test
2 changes: 1 addition & 1 deletion src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
jpa:
hibernate:
ddl-auto: update
show-sql: true # SQL 로그 출력
# show-sql: true # SQL 로그 출력
# JWT Secret key 설정
jwt:
secret: secretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecretsecret
Expand Down

0 comments on commit af28ea5

Please sign in to comment.