From 1c2712c1bc288dc608aaec5fc3458b0d07181feb Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 7 Dec 2022 22:47:30 +1100 Subject: [PATCH] ci: fix path to interop test plan composition file (#3203) --- .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 de5949bd2b7..b1dec8a21ab 100644 --- a/.github/workflows/interop-test.yml +++ b/.github/workflows/interop-test.yml @@ -26,7 +26,7 @@ jobs: run-ping-interop-cross-implementation: uses: "libp2p/test-plans/.github/workflows/run-composition.yml@master" with: - composition_file: "ping/_compositions/go-rust-interop-latest.toml" + composition_file: "ping/_compositions/all-interop-latest.toml" custom_git_target: github.com/${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }} custom_git_reference: ${{ github.event.pull_request.head.sha || github.sha }} custom_interop_target: rust