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 5ee6ec3 commit 3454bdd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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:
build:
test:

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

0 comments on commit 3454bdd

Please sign in to comment.