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 0bd5483 commit 06a6915Copy full SHA for 06a6915
.github/workflows/ci.yml
@@ -405,7 +405,7 @@ jobs:
405
timeout-minutes: 15
406
run: |
407
${{ matrix.briefcase-run-prefix }} \
408
- briefcase run ${{ matrix.platform }} --log --test ${{ matrix.briefcase-run-args }} -- --ci
+ briefcase run ${{ matrix.platform }} --log --test ${{ matrix.briefcase-run-args }} -- --ci -k "not (test_statusicons)"
409
410
- name: Upload Logs
411
uses: actions/[email protected]
0 commit comments