Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arturtoshev committed Jan 2, 2024
1 parent 982290b commit a98d129
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

jobs:
build:
tests:

runs-on: ubuntu-latest
strategy:
Expand All @@ -30,6 +30,7 @@ jobs:
- name: Install dependencies
run: |
poetry install
poetry shell
- name: Test with pytest
run: |
.venv/bin/pytest
pytest

0 comments on commit a98d129

Please sign in to comment.