From cf3ae893d4f0c02dfa1a1eb27a88a41faa86bb01 Mon Sep 17 00:00:00 2001 From: Chad Nehemiah Date: Mon, 9 Oct 2023 17:02:50 -0500 Subject: [PATCH] chore: update ci to use transport-interop action (#2129) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4441ba132..a354658173 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -179,7 +179,7 @@ jobs: - uses: ipfs/aegir/actions/cache-node-modules@master - run: npm run --if-present test:example - multidim-interop: + transport-interop: needs: build runs-on: ${{ fromJSON(github.repository == 'libp2p/js-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }} steps: @@ -219,7 +219,7 @@ jobs: test-electron-renderer, test-interop, test-examples, - multidim-interop + transport-interop ] if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: