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 a78d875 commit 7a41a7eCopy full SHA for 7a41a7e
1 file changed
.github/workflows/test-build.yml
@@ -63,6 +63,7 @@ jobs:
63
- name: Run tests
64
shell: pwsh
65
run: |
66
+ # TODO: use pio run --silent
67
$verbose = '${{ inputs.verbose }}' -ieq 'true'
68
69
tests/test-build/run.sh
0 commit comments