From b23c41e016a942405e5d54263c1fd6192e5c1ebf Mon Sep 17 00:00:00 2001 From: Everaldo Date: Fri, 1 Nov 2024 10:08:59 -0700 Subject: [PATCH] Enable tmate in github action. (#121) * Enable tmate in github action. * Enable github action in the current branch. * Fix file test name. --- .github/workflows/scheduled_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled_tests.yml b/.github/workflows/scheduled_tests.yml index 5d83c1e..e97cbad 100644 --- a/.github/workflows/scheduled_tests.yml +++ b/.github/workflows/scheduled_tests.yml @@ -57,7 +57,7 @@ jobs: - name: Run pytest run: | source .venv/bin/activate - python -m pytest src/tests/test_remote.py biothings_client.py/tests/geneset.py -s -vv + python -m pytest src/tests/test_remote.py biothings_client.py/tests/test_geneset.py -s -vv # ### For debugging purposes in case of github action failure # ### Reference:https://github.com/mxschmitt/action-tmate