mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Fix test reporter again (#1247)
* Fix test reporter again * Escape brackets
This commit is contained in:
4
.github/workflows/build-unstable.yml
vendored
4
.github/workflows/build-unstable.yml
vendored
@@ -80,8 +80,8 @@ jobs:
|
|||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: test_results
|
name: test_results
|
||||||
path: test_results
|
path: pyscriptjs/test_results
|
||||||
|
if-no-files-found: error
|
||||||
|
|
||||||
Deploy:
|
Deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
2
.github/workflows/test_report.yml
vendored
2
.github/workflows/test_report.yml
vendored
@@ -1,7 +1,7 @@
|
|||||||
name: Test Report
|
name: Test Report
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ['[CI] Build Unstable']
|
workflows: ['\[CI\] Build Unstable']
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user