Skip to content

Commit

Permalink
Fix file test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Nov 1, 2024
1 parent 96c22e3 commit 1f77617
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 @@ -59,7 +59,7 @@ jobs:
- name: Run pytest
run: |
source .venv/bin/activate
python -m pytest src/tests/data biothings_client.py/tests/variant.py -s -vv
python -m pytest src/tests/data biothings_client.py/tests/test_variant.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 1f77617

Please sign in to comment.