Skip to content

Commit

Permalink
add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Ableytner committed Mar 10, 2024
1 parent 8753360 commit cac7e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
USERNAME: ${{ secrets.MCUSERNAME }}
PASSWORD: ${{ secrets.MCPASSWORD }}
run: |
pwd
touch password.txt
echo $env:USERNAME >> password.txt
echo $env:PASSWORD >> password.txt
Expand Down

0 comments on commit cac7e5c

Please sign in to comment.