Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno committed Dec 16, 2024
1 parent 9c79e68 commit bef3531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bef3531

Please sign in to comment.