trick/.github/workflows/report_linux_py2.yml
Hong Chen 2c82c97d59 Revert "Merge pull request #1829 from nasa/1821-action-required-github-actions-v4-update"
This reverts commit 86f41e66e66d32141248217b78655d28ec2375b9, reversing
changes made to ee5edba1468486da9dae1dbb4ebd6ba8c208459d.
2025-01-14 19:29:35 -06:00

29 lines
1003 B
YAML

name: 'Report Linux Python 2'
on:
workflow_run:
workflows: ['Linux Python 2'] # runs after CI workflow
types:
- completed
jobs:
report:
strategy:
fail-fast: false
matrix:
cfg:
#-------- Operating Systems ----------------
- { os: ubuntu, tag: 22.04, arch: debian, arch_ver: 12 }
- { os: rockylinux, tag: 8, arch: rhel, arch_ver: 8 }
- { os: oraclelinux, tag: 8, arch: rhel, arch_ver: 8 }
python: [2]
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v4
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