Merge pull request #2 from compose-viz/ci
fix: remove unused pytest command
This commit is contained in:
commit
8b1be02e69
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue