Skip to content

Commit 0b958b9

Browse files
committed
[fix]:try to fix connection
1 parent f6d793c commit 0b958b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ jobs:
5050
pip install -r requirements.txt
5151
5252
- name: Check FastAPI Server
53-
env:
54-
REDIS_HOST: localhost
55-
REDIS_PORT: 6379
56-
REDIS_PASSWORD: OKredis
57-
REDIS_DB: 0
5853
run: |
5954
uvicorn app.main:app --host 0.0.0.0 --port 8000 --log-level warning &
6055
sleep 5

0 commit comments

Comments
 (0)