Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CourbeB committed Dec 8, 2023
1 parent d419ecf commit d88d1d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Run Vulture
run: vulture formation_indus_ds_avancee scripts --min-confidence 100
- name: Run tests
run: python -m pytest tests/test_unit
# Add behave command

run: |
python -m pytest --cov=formation_indus_ds_avancee/ tests/test_unit/ -vv -p no:warnings
behave tests/test_functional/features
./tests/tests_pyramid.sh

0 comments on commit d88d1d2

Please sign in to comment.