refactor(ci): run tests thru run_tests.sh
This commit is contained in:
parent
c918d07b50
commit
d4aec4e92f
2 changed files with 3 additions and 3 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue