Skip to content

Commit f95539a

Browse files
committed
echo for debug
1 parent 777a961 commit f95539a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
SECRET_IO_KEY: ${{ secrets.CI_IO_KEY }}
4242
SECRET_IO_USER: ${{ secrets.CI_IO_USERNAME }}
4343
run: |
44+
echo "Secret key length: ${#SECRET_IO_KEY}"
45+
echo "Secret username length: ${#SECRET_IO_USER}"
4446
cd tests/
4547
ADAFRUIT_IO_KEY=$SECRET_IO_KEY ADAFRUIT_IO_USERNAME=$SECRET_IO_USER python -m unittest discover
4648
cd ..

0 commit comments

Comments
 (0)