Skip to content

Commit

Permalink
build: rename job and use poetry to run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
waza-ari committed Jan 3, 2024
1 parent a19ebd2 commit dfe8da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PyTest Tests
on: [push, pull_request]

jobs:
lint:
test:
runs-on: ubuntu-22.04
timeout-minutes: 10

Expand All @@ -20,4 +20,4 @@ jobs:
- name: Install dependencies
run: poetry install --with dev
- name: Run pytest
run: pytest --junitxml=junit/test-results.xml --cov=easyverein --cov-report=xml --cov-report=html
run: poetry run pytest --junitxml=junit/test-results.xml --cov=easyverein --cov-report=xml --cov-report=html

0 comments on commit dfe8da8

Please sign in to comment.