We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db2ea0 commit 79a1001Copy full SHA for 79a1001
.github/workflows/interop-test.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
36
with:
37
test-filter: ${{ matrix.flavour }}-rust-libp2p-head
38
+ test-results-suffix: ${{matrix.flavour}}
39
extra-versions: ${{ github.workspace }}/interop-tests/${{ matrix.flavour }}-ping-version.json
40
s3-cache-bucket: ${{ vars.S3_LIBP2P_BUILD_CACHE_BUCKET_NAME }}
41
s3-access-key-id: ${{ vars.S3_LIBP2P_BUILD_CACHE_AWS_ACCESS_KEY_ID }}
0 commit comments