mirror of
https://github.com/nasa/trick.git
synced 2025-03-10 14:34:22 +00:00
Revert "Added the workaround for GitHub test report v1 to work with action v4."
This reverts commit 02267fb391a424539d6848c55eb3438da42fab14.
This commit is contained in:
parent
02267fb391
commit
19629b4883
13
.github/workflows/report_alt_linux_distros.yml
vendored
13
.github/workflows/report_alt_linux_distros.yml
vendored
@ -26,18 +26,9 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download the artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}}
|
||||
path: . # download the artifact in the current directory
|
||||
|
||||
- name: Report the test results
|
||||
uses: dorny/test-reporter@v1
|
||||
- uses: dorny/test-reporter@v1
|
||||
with:
|
||||
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
|
||||
path: '*.xml' # Path to test results (inside artifact .zip)
|
||||
reporter: java-junit # Format of test results
|
||||
|
13
.github/workflows/report_linux.yml
vendored
13
.github/workflows/report_linux.yml
vendored
@ -20,18 +20,9 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download the artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}}
|
||||
path: . # download the artifact in the current directory
|
||||
|
||||
- name: Report the test results
|
||||
uses: dorny/test-reporter@v1
|
||||
- uses: dorny/test-reporter@v1
|
||||
with:
|
||||
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
|
||||
path: '*.xml' # Path to test results (inside artifact .zip)
|
||||
reporter: java-junit # Format of test results
|
||||
|
13
.github/workflows/report_linux_py2.yml
vendored
13
.github/workflows/report_linux_py2.yml
vendored
@ -20,18 +20,9 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download the artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}}
|
||||
path: . # download the artifact in the current directory
|
||||
|
||||
- name: Report the test results
|
||||
uses: dorny/test-reporter@v1
|
||||
- uses: dorny/test-reporter@v1
|
||||
with:
|
||||
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
|
||||
path: '*.xml' # Path to test results (inside artifact .zip)
|
||||
reporter: java-junit # Format of test results
|
||||
|
13
.github/workflows/report_macos.yml
vendored
13
.github/workflows/report_macos.yml
vendored
@ -12,18 +12,9 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download the artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: Trick_macos
|
||||
path: . # download the artifact in the current directory
|
||||
|
||||
- name: Report the test results
|
||||
uses: dorny/test-reporter@v1
|
||||
- uses: dorny/test-reporter@v1
|
||||
with:
|
||||
artifact: Trick_macos # artifact name
|
||||
name: Results_Trick_macos # Name of the check run which will be created
|
||||
path: '*.xml' # Path to test results (inside artifact .zip)
|
||||
reporter: java-junit # Format of test results
|
||||
|
Loading…
x
Reference in New Issue
Block a user