Skip to content

Commit

Permalink
Run tests before release (#374)
Browse files Browse the repository at this point in the history
The unit tests aren't ran before release.
This commit fixes this to avoid releasing without
running the tests.
  • Loading branch information
laysauchoa authored Dec 23, 2022
1 parent 4a4e093 commit 79f8d8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- name: Setup the Python Environment by installing Poetry
uses: ./.github/actions/setup-python-build-env

- name: Code Quality Check
shell: bash
run: make install && make tests

- name: Poetry bump version, build and publish
shell: bash
run: |
Expand Down

0 comments on commit 79f8d8b

Please sign in to comment.