From 575344e2e9e6b8cfb6637fe9bf0cb96fcac6b9be Mon Sep 17 00:00:00 2001 From: Tanguy Date: Thu, 5 Oct 2023 10:54:24 +0200 Subject: [PATCH] Update interop CI name (#956) --- .github/workflows/interop.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index ef7ca41..41054e2 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -23,7 +23,7 @@ jobs: - name: Build image run: > - cd multidim-interop/impl/nim/v1.0 && + cd transport-interop/impl/nim/v1.0 && make commitSha=$GITHUB_SHA image_name=nim-libp2p-head - name: Create ping-version.json @@ -45,10 +45,10 @@ jobs: ] } EOF - + ) > ${{ 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: test-filter: nim-libp2p-head extra-versions: ${{ github.workspace }}/test_head.json