Skip to content

Commit

Permalink
#44: adding tests for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Sep 15, 2024
1 parent c623d9b commit 261e509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check package install
run: |
pip install .
pip install -e .
- name: Run tests
run: pytest -m unit --cov=wfcommons tests/
Expand Down

0 comments on commit 261e509

Please sign in to comment.