Skip to content

Commit

Permalink
remove reposrt-action
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 27, 2024
1 parent 0fb9383 commit 2624240
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
with:
path: 'tests/out'
name: tests-some-${{ matrix.engine }}-res
- uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ !cancelled() }}
with:
files: "tests/*.xml"
comment_mode: off
check_name: tests-some (${{ matrix.engine }}) Results

tests-full:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -120,12 +114,6 @@ jobs:
with:
path: 'tests/out'
name: tests-full-${{ matrix.engine }}-res
- uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ !cancelled() }}
with:
files: "tests/*.xml"
comment_mode: off
check_name: tests-full (${{ matrix.engine }}) Results

nitunit-some:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -155,12 +143,6 @@ jobs:
with:
path: '*.xml'
name: nitunit-some
- uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ !cancelled() }}
with:
files: "*.xml"
comment_mode: off
check_name: 'nitunit-some Results'

nitunit-full:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -190,12 +172,6 @@ jobs:
with:
path: '*.xml'
name: nitunit-full
- uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ !cancelled() }}
with:
files: "*.xml"
comment_mode: off
check_name: 'nitunit-full Results'

test-contrib:
runs-on: ubuntu-24.04
Expand All @@ -212,12 +188,6 @@ jobs:
with:
path: '*.xml'
name: test-contrib
- uses: EnricoMi/publish-unit-test-result-action@v2
if: ${{ !cancelled() }}
with:
files: "*.xml"
comment_mode: off
check_name: 'test-contrib Results'

bootstrap-full:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 2624240

Please sign in to comment.