Skip to content

Commit

Permalink
Update test-summary/action action to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 32fa139 commit 2e68a21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-cpp-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Generate test report
uses: test-summary/action@v2.2
uses: test-summary/action@v2.3
with:
paths: "${{ env.RAPIDS_TESTS_DIR }}/*.xml"
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Generate test report
uses: test-summary/action@v2.2
uses: test-summary/action@v2.3
with:
paths: "${{ env.RAPIDS_TESTS_DIR }}/*.xml"
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
GH_TOKEN: ${{ github.token }}

- name: Generate test report
uses: test-summary/action@v2.2
uses: test-summary/action@v2.3
with:
paths: "${{ env.RAPIDS_TESTS_DIR }}/*.xml"
show: ${{ inputs.test_summary_show }}
Expand Down

0 comments on commit 2e68a21

Please sign in to comment.