Update interop CI name (#956)

This commit is contained in:
Tanguy 2023-10-05 10:54:24 +02:00 committed by GitHub
parent 75871817ee
commit 575344e2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
- name: Build image - name: Build image
run: > run: >
cd multidim-interop/impl/nim/v1.0 && cd transport-interop/impl/nim/v1.0 &&
make commitSha=$GITHUB_SHA image_name=nim-libp2p-head make commitSha=$GITHUB_SHA image_name=nim-libp2p-head
- name: Create ping-version.json - name: Create ping-version.json
@ -45,10 +45,10 @@ jobs:
] ]
} }
EOF EOF
) > ${{ github.workspace }}/test_head.json ) > ${{ github.workspace }}/test_head.json
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@master - uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
with: with:
test-filter: nim-libp2p-head test-filter: nim-libp2p-head
extra-versions: ${{ github.workspace }}/test_head.json extra-versions: ${{ github.workspace }}/test_head.json