diff --git a/.github/workflows/model-server-tests.yml b/.github/workflows/model-server-tests.yml index 6f231099..5727aaff 100644 --- a/.github/workflows/model-server-tests.yml +++ b/.github/workflows/model-server-tests.yml @@ -33,5 +33,6 @@ jobs: # Step 4: Set PYTHONPATH and run tests - name: Run model server tests with pytest - run: + run: | + cd model_server PYTHONPATH=. pytest --maxfail=5 --disable-warnings