Browse Source

chore(deps): bump dorny/test-reporter from 1 to 2

Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2.
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dorny/test-reporter/compare/v1...v2)

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/7581/head
dependabot[bot] 2 days ago
committed by GitHub
parent
commit
125b98d9ba
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/spark-integration-tests.yml

2
.github/workflows/spark-integration-tests.yml

@ -133,7 +133,7 @@ jobs:
- name: Publish test report
if: always()
uses: dorny/test-reporter@v1
uses: dorny/test-reporter@v2
with:
name: Spark Test Results
path: test/java/spark/target/surefire-reports/*.xml

Loading…
Cancel
Save