Skip to content

Commit

Permalink
Merge branch 'master' into chore-rln-relay-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac authored Feb 13, 2024
2 parents 1fec5f6 + dc25c6e commit a0b2921
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Waku Interop Tests
name: Nim -> Go Waku Interop Tests

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -14,6 +14,6 @@ jobs:
uses: ./.github/workflows/test_common.yml
secrets: inherit
with:
node1: "harbor.status.im/wakuorg/go-waku:latest"
node1: "harbor.status.im/wakuorg/nwaku:latest"
node2: "harbor.status.im/wakuorg/go-waku:latest"
caller: "go"
2 changes: 1 addition & 1 deletion .github/workflows/nim_waku_daily.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nim Waku Interop Tests
name: Nim -> Nim Waku Interop Tests

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ jobs:

- name: Create job summary
if: always()
env:
JOB_STATUS: ${{ job.status }}
run: |
echo "## Run Information" >> $GITHUB_STEP_SUMMARY
echo "- **Event**: ${{ github.event_name }}" >> $GITHUB_STEP_SUMMARY
Expand All @@ -88,6 +90,9 @@ jobs:
echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES }}" >> $GITHUB_STEP_SUMMARY
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
if [ "$JOB_STATUS" != "success" ]; then
echo "There are failures with nwaku node. cc <@&1111608257824440330>" >> $GITHUB_STEP_SUMMARY
fi
{
echo 'JOB_SUMMARY<<EOF'
cat $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit a0b2921

Please sign in to comment.