Skip to content

Commit

Permalink
Adding run tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Apr 29, 2024
1 parent 0c88041 commit cc9f05f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11.9'
run: python -m unittest discover ${{ github.workspace }} -s tests
- name: Run tests
run: python -m unittest discover ${{ github.workspace }} -s tests

0 comments on commit cc9f05f

Please sign in to comment.