Skip to content

Commit

Permalink
Enable tmate in github action. (#121)
Browse files Browse the repository at this point in the history
* Enable tmate in github action.

* Enable github action in the current branch.

* Fix file test name.
  • Loading branch information
everaldorodrigo authored Nov 1, 2024
1 parent 079e693 commit b23c41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b23c41e

Please sign in to comment.