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()
|
||||
with:
|
||||
name: test_results
|
||||
path: test_results
|
||||
|
||||
path: pyscriptjs/test_results
|
||||
if-no-files-found: error
|
||||
|
||||
Deploy:
|
||||
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
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ['[CI] Build Unstable']
|
||||
workflows: ['\[CI\] Build Unstable']
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user