From 7655833bbb270bf8aaf15c1193f95eea59e774d0 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 13 Feb 2025 08:00:48 +0100 Subject: [PATCH] chore: update transport test action (#2957) Switch from ping test to transport interop test action --- .github/workflows/main.yml | 2 +- interop/test/fixtures/get-libp2p.ts | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd568f484b..20608f68fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -228,7 +228,7 @@ jobs: path: | package-lock.json interop/package-lock.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: js-libp2p-head extra-versions: ${{ github.workspace }}/interop/node-version.json ${{ github.workspace }}/interop/chromium-version.json ${{ github.workspace }}/interop/firefox-version.json ${{ github.workspace }}/interop/webkit-version.json diff --git a/interop/test/fixtures/get-libp2p.ts b/interop/test/fixtures/get-libp2p.ts index caeb9038e5..d080110d98 100644 --- a/interop/test/fixtures/get-libp2p.ts +++ b/interop/test/fixtures/get-libp2p.ts @@ -28,6 +28,9 @@ export async function getLibp2p (): Promise> { connectionGater: { denyDialMultiaddr: async () => false }, + connectionMonitor: { + enabled: false + }, services: { ping: ping(), identify: identify()