Skip to content

Commit

Permalink
ci(interop): Use run-interop-ping-test @master
Browse files Browse the repository at this point in the history
With libp2p/test-plans#121 merged, we should be able to use @master
directly.

This includes
libp2p/test-plans@6d1aed2, thus
allowing interop tests to run from fork pull requests.
  • Loading branch information
mxinden committed Feb 13, 2023
1 parent 9247cfa commit fbb81d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@master
with:
test-filter: rust-libp2p-head
extra-versions: ${{ github.workspace }}/interop-tests/ping-version.json
Expand Down

0 comments on commit fbb81d1

Please sign in to comment.