Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 24, 2024
1 parent 1732f30 commit acd096d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Run Taxtastic unittests
name: Run tests and deploy to registry

on:
push:
Expand Down Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
python -m pip install .
fail
- name: Run tests
run: python -m unittest discover
Expand Down

0 comments on commit acd096d

Please sign in to comment.