We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24808ad commit f0ff7e4Copy full SHA for f0ff7e4
.github/workflows/interop.yml
@@ -32,6 +32,9 @@ jobs:
32
uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
33
with:
34
test-filter: nim-libp2p-head
35
+ # without suffix action fails because "hole-punching-interop" artifacts have
36
+ # the same name as "transport-interop" artifacts
37
+ test-results-suffix: transport-interop
38
extra-versions: ${{ github.workspace }}/tests/transport-interop/version.json
39
s3-cache-bucket: ${{ vars.S3_LIBP2P_BUILD_CACHE_BUCKET_NAME }}
40
s3-access-key-id: ${{ vars.S3_LIBP2P_BUILD_CACHE_AWS_ACCESS_KEY_ID }}
0 commit comments