Skip to content

Publish Test Results #5

Publish Test Results

Publish Test Results #5

---
name: Publish Test Results
on:
workflow_run:
workflows: [Test code]
types: [completed]
jobs:
publish-test-results:
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected]
with:
operating-systems-array: '["ubuntu", "windows", "macos"]'
permissions:
checks: write
pull-requests: write