Skip to content

Publish Test Results #3

Publish Test Results

Publish Test Results #3

---
name: Publish Test Results
on:
workflow_run:
workflows: [Test code]
types: [completed]
jobs:
publish-test-results:
uses: ./.github/workflows/check-api-for-breaking-changes.yml

Check failure on line 9 in .github/workflows/publish-test-results.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-test-results.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-test-results.yml" -> "./.github/workflows/check-api-for-breaking-changes.yml" : failed to fetch workflow: workflow was not found.
with:
operating-systems-array: '["ubuntu"]' # this needs to match the operating-systems-array in the test-code.yml file
permissions:
checks: write
pull-requests: write