From 6fd9b1e1e686831310bfc6c69980bbaa007041c1 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 6 Dec 2022 18:00:45 +1300 Subject: [PATCH] ci: fix path to interop test plan composition file --- .github/workflows/interop-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interop-test.yml b/.github/workflows/interop-test.yml index 6f7486f1b5..6421982264 100644 --- a/.github/workflows/interop-test.yml +++ b/.github/workflows/interop-test.yml @@ -17,7 +17,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: go \ No newline at end of file + custom_interop_target: go