mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 10:46:26 +00:00
Merge pull request #1830 from nasa/1821-action-required-github-actions-v4-update
Changed test report version to v1
This commit is contained in:
commit
40a4bdb847
@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dorny/test-reporter@v4
|
- uses: dorny/test-reporter@v1
|
||||||
with:
|
with:
|
||||||
artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name
|
artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name
|
||||||
name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created
|
name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created
|
||||||
|
2
.github/workflows/report_linux.yml
vendored
2
.github/workflows/report_linux.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dorny/test-reporter@v4
|
- uses: dorny/test-reporter@v1
|
||||||
with:
|
with:
|
||||||
artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name
|
artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name
|
||||||
name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created
|
name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created
|
||||||
|
2
.github/workflows/report_linux_py2.yml
vendored
2
.github/workflows/report_linux_py2.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dorny/test-reporter@v4
|
- uses: dorny/test-reporter@v1
|
||||||
with:
|
with:
|
||||||
artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name
|
artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name
|
||||||
name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created
|
name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created
|
||||||
|
2
.github/workflows/report_macos.yml
vendored
2
.github/workflows/report_macos.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dorny/test-reporter@v4
|
- uses: dorny/test-reporter@v1
|
||||||
with:
|
with:
|
||||||
artifact: Trick_macos # artifact name
|
artifact: Trick_macos # artifact name
|
||||||
name: Results_Trick_macos # Name of the check run which will be created
|
name: Results_Trick_macos # Name of the check run which will be created
|
||||||
|
Loading…
Reference in New Issue
Block a user