Skip to content

Commit

Permalink
Run tests on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Aug 18, 2023
1 parent ba2a461 commit 024428a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
pip install hatch
- name: Build package
run: hatch build
- name: Test package
run: hatch run test
- name: Publish package
env:
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}
Expand Down

0 comments on commit 024428a

Please sign in to comment.