Skip to content
Snippets Groups Projects
Unverified Commit d1541e1d authored by Piotr Galar's avatar Piotr Galar Committed by GitHub
Browse files

Merge pull request #9666 from ipfs/galargh-patch-1

ci: ensure new interop suites are executed
parents fea25f7a 0cea5be4
Branches
Tags
No related merge requests found
...@@ -42,12 +42,6 @@ jobs: ...@@ -42,12 +42,6 @@ jobs:
needs: [prepare] needs: [prepare]
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 20 timeout-minutes: 20
strategy:
matrix:
suites:
- 'exchange-files'
- 'files pin circuit ipns cid-version-agnostic ipns-pubsub pubsub'
fail-fast: false
defaults: defaults:
run: run:
shell: bash shell: bash
...@@ -76,7 +70,7 @@ jobs: ...@@ -76,7 +70,7 @@ jobs:
npm install kubo-rpc-client@^3.0.1 npm install kubo-rpc-client@^3.0.1
npm install ipfs-interop@^10.0.1 npm install ipfs-interop@^10.0.1
working-directory: interop working-directory: interop
- run: npx ipfs-interop -- -t node $(sed -e 's#[^ ]*#-f test/&.js#g' <<< '${{ matrix.suites }}') - run: npx ipfs-interop -- -t node
env: env:
LIBP2P_TCP_REUSEPORT: false LIBP2P_TCP_REUSEPORT: false
LIBP2P_ALLOW_WEAK_RSA_KEYS: 1 LIBP2P_ALLOW_WEAK_RSA_KEYS: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment