Skip to content

Commit

Permalink
error again
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Aug 1, 2023
1 parent cf2478f commit 5616f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: pip install -r requirements.txt

- name: Run test.py
run: python -m unittest discover s test
run: python -m unittest discover -s test
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: pip install -r requirements.txt

- name: Run test.py
run: python -m unittest discover s test
run: python -m unittest discover -s test

- name: Semantic release
uses: brpaz/action-semantic-release@v1

0 comments on commit 5616f06

Please sign in to comment.