Skip to content

Commit

Permalink
chore: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 28, 2024
1 parent 6a335f9 commit f0ac873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
path: |
package-lock.json
interop/package-lock.json
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@main
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@master
with:
test-filter: js-libp2p-head
test-ignore: nim
Expand Down
2 changes: 1 addition & 1 deletion interop/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
}

const proxyServer = http.createServer(requestListener)
await new Promise(resolve => { proxyServer.listen(0, () => { resolve() }) })
await new Promise(resolve => { proxyServer.listen(0, 'localhost', () => { resolve() }) })

return {
redisClient,
Expand Down

0 comments on commit f0ac873

Please sign in to comment.