diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 066829a..d3c0988 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -389,7 +389,7 @@ jobs: BASH_COMPLETION_TEST_BASH: ${{ github.workspace }}/binaries/brush --noprofile --input-backend=basic working-directory: bash-completion run: | - pytest -n 128 -v --md-report --md-report-flavor gfm --md-report-output ${{ github.workspace }}/bash-completion-results.md ./test/t + pytest -n 128 -v --md-report --md-report-flavor gfm --md-report-output ${{ github.workspace }}/bash-completion-results.md ./test/t || true - name: Upload test results uses: actions/upload-artifact@v4