From 7bbc99ef565a746342017502afe7fe950a591cf9 Mon Sep 17 00:00:00 2001 From: courbeb Date: Fri, 8 Dec 2023 15:42:42 +0000 Subject: [PATCH] wip --- .github/workflows/ci-workflow.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index bd7f596..d53af59 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -28,6 +28,3 @@ jobs: - 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 - -