Skip to content

Commit

Permalink
removed intermediate cd commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Apr 20, 2024
1 parent 1fa1cda commit 772e772
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash

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

0 comments on commit 772e772

Please sign in to comment.