Skip to content

Commit

Permalink
Fix test report artifact merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Feb 10, 2025
1 parent 8865281 commit 3648be9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "This is a dummy step that will never run."
checks:
name: tox -e format-check,lint-check,typecheck,enum-check,vendor-check,package,docs
name: "Unix: tox -e format-check,lint-check,typecheck,enum-check,vendor-check,package,docs"
needs: setup
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -298,6 +298,8 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- uses: actions/upload-artifact@v4
with:
name: test-results
Expand Down

0 comments on commit 3648be9

Please sign in to comment.