mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-05 11:28:39 +00:00
Use im-open/process-dotnet-test-results@v2.0.1
This commit is contained in:
parent
2d4dc14f93
commit
dc429f2c8a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -60,13 +60,13 @@ jobs:
|
||||||
|
|
||||||
- name: Process Test Results (Control)
|
- name: Process Test Results (Control)
|
||||||
if: ${{ matrix.os.prettyName == 'Linux' }}
|
if: ${{ matrix.os.prettyName == 'Linux' }}
|
||||||
uses: im-open/process-dotnet-test-results@v2.0.0
|
uses: im-open/process-dotnet-test-results@v2.0.1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Process Test Results
|
- name: Process Test Results
|
||||||
if: ${{ matrix.os.prettyName != 'Linux' }}
|
if: ${{ matrix.os.prettyName != 'Linux' }}
|
||||||
uses: im-open/process-dotnet-test-results@v2.0.0
|
uses: im-open/process-dotnet-test-results@v2.0.1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
create-status-check: false
|
create-status-check: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue