mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-10 01:43:07 +00:00
fix: define GITHUB_STEP_SUMMARY
This commit is contained in:
parent
6b936be1c6
commit
1882f88d0d
4
.github/workflows/test_common.yml
vendored
4
.github/workflows/test_common.yml
vendored
@ -28,6 +28,8 @@ env:
|
||||
NODE_1: ${{ inputs.node1 }}
|
||||
NODE_2: ${{ inputs.node2 }}
|
||||
ADDITIONAL_NODES: ${{ inputs.additional_nodes }}
|
||||
$GITHUB_STEP_SUMMARY:
|
||||
Greeting: Hello
|
||||
|
||||
jobs:
|
||||
|
||||
@ -76,6 +78,8 @@ jobs:
|
||||
|
||||
- name: Create job summary
|
||||
if: always()
|
||||
env:
|
||||
GITHUB_STEP_SUMMARY: ""
|
||||
run: |
|
||||
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
|
||||
echo "- **Node1**: ${{ env.NODE_1 }}" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user