Skip to content

Report CI actions

Report CI actions #1

Workflow file for this run

name: report-test
on:
workflow_run:
workflows: [pull_request]
types:
- completed
permissions:
contents: read
actions: read
checks: write
pull-requests: write
jobs:
report-tests:
permissions:
checks: write
statuses: write
runs-on: ubuntu-latest
steps:
- uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:

Check failure on line 24 in .github/workflows/report-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/report-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
artifact: "/test-results-fast-([^-]+)-(.*)/"
name: "$2 ($1) test results"
path: "**/*.xml"
reporter: java-junit
# vim: set nowrap tw=100: