We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2113872 commit aca2826Copy full SHA for aca2826
1 file changed
.github/workflows/cpp-ci-serial-programs-base.yml
@@ -117,6 +117,7 @@ jobs:
117
if: startsWith(inputs.os, 'windows') && inputs.run-tests
118
run: |
119
cd Arduino-Source/SerialPrograms/bin
120
+ $env:DISCORD_BOT_TOKEN = "Value"
121
$process = Start-Process -FilePath "./RelWithDebInfo/SerialPrograms.exe" `
122
-ArgumentList "--command-line-test-mode --command-line-test-folder ../../../CommandLineTests" `
123
-NoNewWindow -Wait -PassThru
0 commit comments