Skip to content

Commit 2aa551f

Browse files
committed
Disable verbose
1 parent 2c53122 commit 2aa551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build test
3838
continue-on-error: true
3939
run: |
40-
pio run -d ${{ matrix.example }} -v
40+
pio run -d ${{ matrix.example }}
4141
- name: Show Python arch in venv
4242
run: |
4343
# Avoid local platform.py

0 commit comments

Comments
 (0)