We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd1cf3 commit 404665dCopy full SHA for 404665d
.github/workflows/build.yml
@@ -24,4 +24,6 @@ jobs:
24
secret_io_user: ${{ secrets.CI_IO_USERNAME }}
25
run: cd tests/
26
- name: Run all unittests
27
- run: python3 -m unittest discover
+ run: |
28
+ cd tests/
29
+ python3 -m unittest discover
0 commit comments