Skip to content

Commit

Permalink
use invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeoLacruz committed Dec 30, 2024
1 parent 53af713 commit 068a391
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
- name: Install style check dependencies
run: |
pip install httmock==1.4.0
pip install Django
- name: Run tests
run: |
python -m unittest discover -s inventree_supplier_sync
invoke dev.test -r inventree_supplier_sync.test_supplier_sync.TestSyncPlugin
publish:
if: github.event_name == 'release' && github.event.action == 'published'
Expand Down

0 comments on commit 068a391

Please sign in to comment.