Browse Source

Bump test-summary/action from 1 to 2

Bumps [test-summary/action](https://github.com/test-summary/action) from 1 to 2.
- [Release notes](https://github.com/test-summary/action/releases)
- [Commits](https://github.com/test-summary/action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: test-summary/action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/3027/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
17d7e5e088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-ilspy.yml

2
.github/workflows/build-ilspy.yml

@ -60,7 +60,7 @@ jobs: @@ -60,7 +60,7 @@ jobs:
path: 'test-results/${{ matrix.configuration }}.xml'
- name: Create Test Report
uses: test-summary/action@v1
uses: test-summary/action@v2
if: always()
with:
paths: "test-results/${{ matrix.configuration }}.xml"

Loading…
Cancel
Save