diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 1e2d41e..3ebe9ca 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -5,7 +5,7 @@ on: branches: [ main ] jobs: - build: + test: runs-on: ubuntu-latest defaults: @@ -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 \ No newline at end of file