From 27885cab57b9ce912b7a104cd08988ad24a4bb45 Mon Sep 17 00:00:00 2001 From: Xyphuz Date: Tue, 3 May 2022 22:10:41 +0800 Subject: [PATCH] fix: remove unused pytest command --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81ee380..314653a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: [ main ] jobs: - build: + test: runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -91,5 +91,4 @@ jobs: run: | pip install pytest pip install pytest-cov - pytest python .\tests\test_validate_input_file.py .\tests\validate_input_file.py .\tests\in\docker-compose.yaml