From 4f465bdbbcbf3f657474caac0902a338a15dcb35 Mon Sep 17 00:00:00 2001 From: courbeb Date: Wed, 13 Dec 2023 13:57:20 +0000 Subject: [PATCH] Revert "update ci" This reverts commit 5ef3865c122e502268758ce43eaffc80b2182c1d. --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04cb55e..0926509 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,5 @@ jobs: - name: Run Vulture run: vulture formation_indus_ds_avancee scripts dags --min-confidence 100 - name: Run tests - run: python -m pytest --cov=formation_indus_ds_avancee/ tests/test_unit/ -vv -p no:warnings - - name: Run behave - run: behave tests/test_functional/features - - name: Qualite - run: ./tests/tests_pyramid.sh + run: python -m pytest tests/test_unit