From 464a5f052943fdef2efc3dac46bd2f958f1d009a Mon Sep 17 00:00:00 2001 From: Jake Ichikawa Date: Thu, 21 Nov 2024 12:49:06 -0800 Subject: [PATCH] print pytest logs. --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 373ad8f3..57669a14 100755 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -29,5 +29,5 @@ jobs: - name: Test with pytest run: | - pytest tests + pytest -s tests/integration/test_deploy_and_evaluate_model.py