Skip to content

Commit

Permalink
fixed paths in script
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Apr 20, 2024
1 parent 115ecbe commit 816e55a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

cd tests/bin/test_server && uvicorn test_server.server:app --port 44777 & > /dev/null
cd tests/bin && uvicorn test_server.server:app --port 44777 & > /dev/null
pwd
cd ../../
pwd
pytest tests/

0 comments on commit 816e55a

Please sign in to comment.