Skip to content

Commit

Permalink
Merge pull request #178 from bdice/pin-test-summary-v2.2
Browse files Browse the repository at this point in the history
Pin test-summary action to v2.2 to avoid the Node 20 requirement until RAPIDS drops CentOS 7 support.
  • Loading branch information
bdice authored Feb 22, 2024
2 parents 70d441b + fa6262f commit 32fa139
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
uses: test-summary/action@v2.2
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
uses: test-summary/action@v2.2
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
uses: test-summary/action@v2.2
with:
paths: "${{ env.RAPIDS_TESTS_DIR }}/*.xml"
show: ${{ inputs.test_summary_show }}
Expand Down

0 comments on commit 32fa139

Please sign in to comment.