Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
Signed-off-by: pstlouis <[email protected]>
  • Loading branch information
PatStLouis committed Jan 8, 2025
1 parent 3454bdd commit 10bf6ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]

jobs:
test:
build:

runs-on: ubuntu-latest
defaults:
Expand All @@ -16,7 +16,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: abatilo/actions-poetry@v4
- name: Install dependencies and run pytest
- name: Install project
run: |
poetry install
pytest
- name: Run pytest
run: |
poetry run pytest

0 comments on commit 10bf6ba

Please sign in to comment.