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 dbf52b2 commit 162e948Copy full SHA for 162e948
.github/workflows/build.yml
@@ -22,6 +22,6 @@ jobs:
22
env:
23
secret_io_key: ${{ secrets.CI_IO_KEY }
24
secret_io_user: ${{ secrets.CI_IO_USERNAME }
25
- run: cd tests/
+ run: cd tests/
26
- name: Run all unittests
27
run: python3 -m unittest discover
0 commit comments