diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 270653c..ac43a43 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -24,7 +24,7 @@ jobs: docker run --name redis -d -p 6379:6379 redis - name: Start Uvicorn server run: | - SETTINGS_MODE=redis uvicorn app.main:app --host 127.0.0.1 --port 8000 & + SETTINGS_MODE=text uvicorn app.main:app --host 127.0.0.1 --port 8000 & sleep 10 # Wait for the server to start - name: Run tests with pytest run: |