Skip to content

Add fork repositories support for reporting regression tests #1

Add fork repositories support for reporting regression tests

Add fork repositories support for reporting regression tests #1

Workflow file for this run

name: Test results
on:
workflow_run:
workflows: ["CI"]
types:
- completed
permissions: {}
jobs:
make-test-report:
name: Make test report
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion != 'skipped'
permissions:
checks: write
actions: read
steps:
- name: Download and extract artifacts
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615

Check failure on line 22 in .github/workflows/test_results.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_results.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
with:
run_id: ${{ github.event.workflow_run.id }}
path: artifacts
- name: Publish test results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
check_name: cocotb test results
comment_mode: off
commit: ${{ github.event.workflow_run.head_sha }}
event_file: artifacts/regression_tests_artifacts/event.json
event_name: ${{ github.event.workflow_run.event }}
files: artifacts/regression_tests_artifacts/test/regression/cocotb/results.xml