Skip to content

Commit

Permalink
Test release process 🦍
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Nov 24, 2022
1 parent 8d27d3f commit 99a4ddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Test with Django test
run: |
poetry run python runtests.py
- name: Test release process
run: |
poetry publish --build --dry-run
- name: Coverage with pytest
run: |
poetry run coverage run runtests.py
Expand Down

0 comments on commit 99a4ddd

Please sign in to comment.