Skip to content

Commit eda7b99

Browse files
committed
debug: update testplan and use laurentsenta repo
1 parent e9b37d8 commit eda7b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/interop-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
# As a workaround, we generate a path to the actual pull request's commit, it looks like:
1010
# `github.com/external-org/go-libp2p@latest-commit-on-their-branch`
1111
run-ping-interop-cross-version:
12-
uses: "libp2p/test-plans/.github/workflows/run-composition.yml@master"
12+
uses: "laurentsenta/test-plans/.github/workflows/run-composition.yml@master"
1313
with:
1414
composition_file: "ping/_compositions/rust-cross-versions.toml"
1515
custom_git_target: github.com/${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}
1616
custom_git_reference: ${{ github.event.pull_request.head.sha || github.sha }}
1717
run-ping-interop-cross-implementation:
18-
uses: "libp2p/test-plans/.github/workflows/run-composition.yml@master"
18+
uses: "laurentsenta/test-plans/.github/workflows/run-composition.yml@master"
1919
with:
2020
composition_file: "ping/_compositions/go-rust-interop.toml"
2121
custom_git_target: github.com/${{ github.event.pull_request.head.repo.full_name || github.event.repository.full_name }}

0 commit comments

Comments
 (0)