Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RefreshToken을 Redis로 마이그레이션 #750

Merged
merged 13 commits into from
Nov 15, 2023
Prev Previous commit
Next Next commit
Update backend-CI-test.yml
  • Loading branch information
jjongwa committed Nov 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f43f56cf6a8dbadd74dcbb4dcb5626502630fae1
10 changes: 4 additions & 6 deletions .github/workflows/backend-CI-test.yml
Original file line number Diff line number Diff line change
@@ -18,6 +18,10 @@ on:
description: ‘Environment to run tests against’
type: environment
required: true
env:
REDIS_HOST: redis
REDIS_PORT: 6379

defaults:
run:
working-directory: backend
@@ -69,9 +73,3 @@ jobs:
min-coverage-overall: 80
min-coverage-changed-files: 80
update-comment: true

env:
# The hostname used to communicate with the Redis service container
REDIS_HOST: redis
# The default Redis port
REDIS_PORT: 6379