From 7c73bc365afdb617e4fe86fca66cfe03f17abaca Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 14 Feb 2023 18:33:37 +0100 Subject: [PATCH] ci(interop): Use run-interop-ping-test master latest hash (#3462) With https://github.com/libp2p/test-plans/pull/121 merged, we should be able to use @master directly. Still pointing to a concrete git hash. This includes https://github.com/libp2p/test-plans/pull/121/commits/6d1aed2ed51b6376ffb4802bb29347d64f9c8694, thus allowing interop tests to run from fork pull requests. --- .github/workflows/interop-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/interop-test.yml b/.github/workflows/interop-test.yml index 8068aa30..4518d9a8 100644 --- a/.github/workflows/interop-test.yml +++ b/.github/workflows/interop-test.yml @@ -18,7 +18,7 @@ jobs: - uses: docker/setup-buildx-action@v2 - name: Build image run: docker buildx build --load -t rust-libp2p-head . -f interop-tests/Dockerfile - - uses: libp2p/test-plans/.github/actions/run-interop-ping-test@482e8ac2e5d91c69d7f432d325337e2ddca39cf9 + - uses: libp2p/test-plans/.github/actions/run-interop-ping-test@2b40c181de24689f2ff29f2a595e46601c32b828 with: test-filter: rust-libp2p-head extra-versions: ${{ github.workspace }}/interop-tests/ping-version.json