fix: remove unused pytest command

This commit is contained in:
Xyphuz 2022-05-03 22:10:41 +08:00
parent b4f6739c72
commit 27885cab57

View file

@ -7,7 +7,7 @@ on:
branches: [ main ] branches: [ main ]
jobs: jobs:
build: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@ -91,5 +91,4 @@ jobs:
run: | run: |
pip install pytest pip install pytest
pip install pytest-cov pip install pytest-cov
pytest
python .\tests\test_validate_input_file.py .\tests\validate_input_file.py .\tests\in\docker-compose.yaml python .\tests\test_validate_input_file.py .\tests\validate_input_file.py .\tests\in\docker-compose.yaml