mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
chore: improve naming for test reports job (#2234)
This commit is contained in:
parent
e7bb092fac
commit
a73dd4f083
2
.github/workflows/test-node.yml
vendored
2
.github/workflows/test-node.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
uses: dorny/test-reporter@v1
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: ${{ inputs.test_type }} Tests
|
||||
name: Test Report - ${{ inputs.test_type }}
|
||||
path: 'packages/tests/reports/mocha-*.json'
|
||||
reporter: mocha-json
|
||||
fail-on-error: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user