Skip to content

Publish Test Results #773

Publish Test Results

Publish Test Results #773

---
name: Publish Test Results
on:
workflow_run:
workflows: [Test code]
types: [completed]
jobs:
publish-test-results:
uses: ./.github/workflows/_reusable-publish-test-results.yml
with:
operating-systems-array: '["ubuntu", "windows", "macos"]' # this needs to match the operating-systems-array in the test-code.yml file
permissions:
checks: write
pull-requests: write