Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julienfoenet committed Oct 7, 2024
1 parent de60847 commit 2d26879
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- name: Run Vulture
run: python -m vulture . --min-confidence 100
- name: Run tests
run: |
python -m pytest --cov=formation_indus_ds_avancee/ tests/test_unit/ -vv -p no:warnings
python -m behave tests/test_functional/features
run: python -m pytest --cov=formation_indus_ds_avancee/ tests/test_unit/ -vv -p no:warnings


0 comments on commit 2d26879

Please sign in to comment.