ci: fix path to interop test plan composition file (#1933)
This commit is contained in:
parent
5d22740c38
commit
881a8008c8
|
@ -17,7 +17,7 @@ jobs:
|
||||||
run-ping-interop-cross-implementation:
|
run-ping-interop-cross-implementation:
|
||||||
uses: "libp2p/test-plans/.github/workflows/run-composition.yml@master"
|
uses: "libp2p/test-plans/.github/workflows/run-composition.yml@master"
|
||||||
with:
|
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_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_git_reference: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
custom_interop_target: go
|
custom_interop_target: go
|
||||||
|
|
Loading…
Reference in New Issue