Skip to content

Commit 1c2712c

Browse files
ci: fix path to interop test plan composition file (#3203)
1 parent 4da6508 commit 1c2712c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/interop-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run-ping-interop-cross-implementation:
2727
uses: "libp2p/test-plans/.github/workflows/run-composition.yml@master"
2828
with:
29-
composition_file: "ping/_compositions/go-rust-interop-latest.toml"
29+
composition_file: "ping/_compositions/all-interop-latest.toml"
3030
custom_git_target: github.com/${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
3131
custom_git_reference: ${{ github.event.pull_request.head.sha || github.sha }}
3232
custom_interop_target: rust

0 commit comments

Comments
 (0)