Activate venv on integration test
This commit is contained in:
parent
1ec7acbdfe
commit
846154efe1
@ -14,6 +14,7 @@ caddy run -config /Caddyfile &
|
||||
|
||||
until curl http://localhost:7878/test/health -f; do sleep 1; done 2>/dev/null >/dev/null
|
||||
|
||||
source .venv/bin/activate
|
||||
cd $(dirname $0)/browser_test/
|
||||
python3 -m unittest *.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user