refactor(ci): run tests thru run_tests.sh

This commit is contained in:
ethernet 2026-06-23 12:25:17 -04:00
parent c918d07b50
commit d4aec4e92f
2 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ jobs:
NOUS_API_KEY: ""
run: |
source .venv/bin/activate
python scripts/run_tests_parallel.py tests/docker/ --file-timeout 300 -- -v --tb=short
scripts/run_tests.sh tests/docker/ --file-timeout 300 -- -v --tb=short
- name: Log in to Docker Hub
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'release'