mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-03 16:14:36 +00:00
add test summary to github actions run (#1724)
This commit is contained in:
parent
e484388723
commit
b5e420de91
8
.github/workflows/test-node.yml
vendored
8
.github/workflows/test-node.yml
vendored
@ -97,3 +97,11 @@ jobs:
|
||||
with:
|
||||
name: ${{ inputs.test_type }}-logs
|
||||
path: packages/tests/log/
|
||||
|
||||
- name: Create test summary
|
||||
if: always() && env.ALLURE_REPORTS == 'true'
|
||||
run: |
|
||||
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- **NWAKU**: ${{ env.WAKUNODE_IMAGE }}" >> $GITHUB_STEP_SUMMARY
|
||||
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
|
||||
echo "Allure report will be available at: https://waku-org.github.io/allure-jswaku/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
|
||||
|
Loading…
x
Reference in New Issue
Block a user