mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-16 04:41:20 +00:00
ci(interop): Use run-interop-ping-test master latest hash (#3462)
With https://github.com/libp2p/test-plans/pull/121 merged, we should be able to use @master
directly. Still pointing to a concrete git hash.
This includes
6d1aed2ed5
, thus
allowing interop tests to run from fork pull requests.
This commit is contained in:
parent
caed1fe2c7
commit
7c73bc365a
2
.github/workflows/interop-test.yml
vendored
2
.github/workflows/interop-test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
- name: Build image
|
||||
run: docker buildx build --load -t rust-libp2p-head . -f interop-tests/Dockerfile
|
||||
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@482e8ac2e5d91c69d7f432d325337e2ddca39cf9
|
||||
- uses: libp2p/test-plans/.github/actions/run-interop-ping-test@2b40c181de24689f2ff29f2a595e46601c32b828
|
||||
with:
|
||||
test-filter: rust-libp2p-head
|
||||
extra-versions: ${{ github.workspace }}/interop-tests/ping-version.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user