From bef3531dbbaefeb2263226d409f7970b9948762b Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Sun, 15 Dec 2024 21:50:35 -0800 Subject: [PATCH] updates --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c3f9542..29e723a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -393,14 +393,14 @@ 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 || true + pytest -n 128 -v --junit-xml=test-results-bash-completion.xml ./test/t/unit || true - name: Upload test results uses: actions/upload-artifact@v4 with: name: test-reports-bash-completion path: | - bash-completion-results.md + test-results-bash-completion.xml # Test release binary on a variety of OS platforms. os-tests: