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 c092f9c commit a78d875Copy full SHA for a78d875
1 file changed
.github/workflows/test-build.yml
@@ -60,7 +60,7 @@ jobs:
60
# ref: https://docs.platformio.org/en/stable/integration/ci/github-actions.html#using-cmd-run-command
61
pip install --upgrade platformio
62
63
- - name: Build PlatformIO Project
+ - name: Run tests
64
shell: pwsh
65
run: |
66
$verbose = '${{ inputs.verbose }}' -ieq 'true'
0 commit comments