Skip to content

Commit f0ff7e4

Browse files
authored
fix(ci): transport interoperability action (#1277)
1 parent 24808ad commit f0ff7e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/interop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
uses: libp2p/test-plans/.github/actions/run-transport-interop-test@master
3333
with:
3434
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
3538
extra-versions: ${{ github.workspace }}/tests/transport-interop/version.json
3639
s3-cache-bucket: ${{ vars.S3_LIBP2P_BUILD_CACHE_BUCKET_NAME }}
3740
s3-access-key-id: ${{ vars.S3_LIBP2P_BUILD_CACHE_AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)