Fix test reporter again (#1247)

* Fix test reporter again

* Escape brackets
This commit is contained in:
Hood Chatham
2023-03-06 12:45:01 +01:00
committed by GitHub
parent 3033c779b0
commit 04fe1348d8
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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: