Skip to content

Commit

Permalink
sans lancement pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
BiGHeaDMaX committed Nov 7, 2023
1 parent a610afc commit b4d19b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-docker-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r app/requirements_test.txt
- name: Run tests with pytest
run: |
pytest ./app/test_main.py
# - name: Run tests with pytest
# run: |
# pytest ./app/test_main.py

#build_and_restart:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit b4d19b4

Please sign in to comment.