Skip to content

Commit

Permalink
chore: update transport test action (#2957)
Browse files Browse the repository at this point in the history
Switch from ping test to transport interop test action
  • Loading branch information
achingbrain authored Feb 13, 2025
1 parent 4ab04fa commit 7655833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions interop/test/fixtures/get-libp2p.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export async function getLibp2p (): Promise<Libp2p<{ ping: PingService }>> {
connectionGater: {
denyDialMultiaddr: async () => false
},
connectionMonitor: {
enabled: false
},
services: {
ping: ping(),
identify: identify()
Expand Down

0 comments on commit 7655833

Please sign in to comment.