Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed May 6, 2024
1 parent 2b05b1d commit d7773a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest nose coverage mock six
# test: Test
# -
test: Test
steps:
- name: run tests
run: |
pytest

0 comments on commit d7773a1

Please sign in to comment.