mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-13 07:01:00 -05:00
17 lines
404 B
YAML
17 lines
404 B
YAML
name: Test Report
|
|
on:
|
|
workflow_run:
|
|
workflows: ['\[CI\] Build Unstable']
|
|
types:
|
|
- completed
|
|
jobs:
|
|
report:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dorny/test-reporter@v1.6.0
|
|
with:
|
|
artifact: test_results
|
|
name: Test reports
|
|
path: "*.xml"
|
|
reporter: java-junit
|