Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BiGHeaDMaX committed Nov 8, 2023
1 parent 8f3539a commit c1b266f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/azure-docker-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,6 @@ on:

jobs:

# tests_unitaires:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
#
# - name: Set up de Python
# uses: actions/setup-python@v4
# with:
# python-version: 3.11

# - name: Installation des dépendances
# run: |
# python -m pip install --upgrade pip
# pip install -r ./app/requirements_test.txt

# - name: Lancement des tests avec pytest
# Lancement de pytest et message d'erreur si un des tests n'est pas concluant
# Si un des tests n'est pas concluant, arrêter le workflow avec exit 1
# run: |
# pytest ./app/test_main.py || (echo "Le test n'est pas concluant, arrêt du workflow." && exit 1)

build_push_and_restart:
# Needs : ce job ne doit être lancé qu'à l'issue des tests unitaires
needs: tests_unitaires
Expand Down

0 comments on commit c1b266f

Please sign in to comment.