Skip to content

Commit

Permalink
Add check for pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
zstumgoren committed Apr 4, 2024
1 parent b5646d8 commit 0ba8a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
name: Install Python dependencies
run: pipenv install --dev --python `which python`

- id: Check pytest version
name: Run tests
run: pipenv run pytest -sv
- id: check-pytest-version
name: Check Pytest Version
run: pipenv run pytest --version

- id: run
name: Run tests
Expand Down

0 comments on commit 0ba8a62

Please sign in to comment.