Skip to content

Commit

Permalink
fix(ci): back to single job for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri committed Mar 28, 2024
1 parent 3bd345a commit 9207a19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ jobs:
run: poetry run ruff check --show-files --exit-non-zero-on-fix
- name: Run tests
run: poetry run pytest -v --cov --cov-report term-missing

release:
needs: tests
runs-on: ubuntu-latest
steps:
- name: Build artifacts
run: poetry build
if: startsWith(github.ref, 'refs/tags/')
- name: Publish release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9207a19

Please sign in to comment.