Browse Source

ci: fix path to interop test plan composition file (#1933)

update-deps
Marten Seemann 2 years ago
committed by GitHub
parent
commit
881a8008c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/interop-test.yml

4
.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
custom_interop_target: go

Loading…
Cancel
Save