Skip to content

Commit cf3ae89

Browse files
maschadachingbrain
authored andcommitted
chore: update ci to use transport-interop action (#2129)
1 parent df2153e commit cf3ae89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- uses: ipfs/aegir/actions/cache-node-modules@master
180180
- run: npm run --if-present test:example
181181

182-
multidim-interop:
182+
transport-interop:
183183
needs: build
184184
runs-on: ${{ fromJSON(github.repository == 'libp2p/js-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
185185
steps:
@@ -219,7 +219,7 @@ jobs:
219219
test-electron-renderer,
220220
test-interop,
221221
test-examples,
222-
multidim-interop
222+
transport-interop
223223
]
224224
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
225225
steps:

0 commit comments

Comments
 (0)