mirror of https://github.com/status-im/js-waku.git
add test summary to github actions run (#1724)
This commit is contained in:
parent
e484388723
commit
b5e420de91
|
@ -97,3 +97,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.test_type }}-logs
|
name: ${{ inputs.test_type }}-logs
|
||||||
path: packages/tests/log/
|
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…
Reference in New Issue