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 777a961 commit f95539aCopy full SHA for f95539a
.github/workflows/build.yml
@@ -41,6 +41,8 @@ jobs:
41
SECRET_IO_KEY: ${{ secrets.CI_IO_KEY }}
42
SECRET_IO_USER: ${{ secrets.CI_IO_USERNAME }}
43
run: |
44
+ echo "Secret key length: ${#SECRET_IO_KEY}"
45
+ echo "Secret username length: ${#SECRET_IO_USER}"
46
cd tests/
47
ADAFRUIT_IO_KEY=$SECRET_IO_KEY ADAFRUIT_IO_USERNAME=$SECRET_IO_USER python -m unittest discover
48
cd ..
0 commit comments