Skip to content

Commit

Permalink
fix github action 7 undo text
Browse files Browse the repository at this point in the history
  • Loading branch information
euhoro committed Jun 18, 2024
1 parent 04a1997 commit 5a8e2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5a8e2d3

Please sign in to comment.