Skip to content

Commit

Permalink
chore: update ci to use transport-interop action (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Oct 9, 2023
1 parent 62a56b5 commit 77e3cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 77e3cbc

Please sign in to comment.