Skip to content

Commit

Permalink
fix : ci 도커 에러 수정 test
Browse files Browse the repository at this point in the history
  • Loading branch information
KoSeonJe committed Aug 17, 2024
1 parent 56f7fd5 commit 3fb4612
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-server-integrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
registry-type: public

- name: Set Docker permissions
run: sudo chmod 666 /var/run/docker.sock

- name: Build, tag, and push docker image to Amazon ECR Public
env:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ jwt:
issuer: "ddingdong"
secret: "test"
expiration: 3600

logging:
level:
org.hibernate.SQL: debug
org.hibernate.type.descriptor.sql: trace

0 comments on commit 3fb4612

Please sign in to comment.