Skip to content

Commit 7c73bc3

Browse files
authored
ci(interop): Use run-interop-ping-test master latest hash (#3462)
With libp2p/test-plans#121 merged, we should be able to use @master directly. Still pointing to a concrete git hash. This includes libp2p/test-plans@6d1aed2, thus allowing interop tests to run from fork pull requests.
1 parent caed1fe commit 7c73bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/interop-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: docker/setup-buildx-action@v2
1919
- name: Build image
2020
run: docker buildx build --load -t rust-libp2p-head . -f interop-tests/Dockerfile
21-
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@482e8ac2e5d91c69d7f432d325337e2ddca39cf9
21+
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@2b40c181de24689f2ff29f2a595e46601c32b828
2222
with:
2323
test-filter: rust-libp2p-head
2424
extra-versions: ${{ github.workspace }}/interop-tests/ping-version.json

0 commit comments

Comments
 (0)