ci: get rid of interop matrix
Piotr Galar committed
Feb 27, 2023 at 13:18 UTC
baa9d609ec808b7c77ac98da62244444c2827fc7
1 file changed
+1
-8
.github/workflows/build.yml
+1
-8
@@ -40,13 +40,6 @@ jobs:
40
ipfs-interop:
41
needs: [prepare]
42
runs-on: ubuntu-latest
43
- strategy:
44
- matrix:
45
- include:
46
- - patterns: 'exchange-files'
47
- - patterns: 'exchange-files'
48
- options: '-v'
49
- fail-fast: false
43
defaults:
44
run:
45
shell: bash
@@ -75,7 +68,7 @@ jobs:
68
npm install kubo-rpc-client@^3.0.1
69
npm install ipfs-interop@^10.0.1
70
working-directory: interop
78
- - run: npx ipfs-interop -- -t node $(ls node_modules/ipfs-interop/test/*.js | grep ${{ matrix.options }} '${{ matrix.patterns }}' | sed -e 's;node_modules/ipfs-interop/;-f ;' | tr '\n' ' ')
71
+ - run: npx ipfs-interop -- -t node
72
env:
73
LIBP2P_TCP_REUSEPORT: false
74
LIBP2P_ALLOW_WEAK_RSA_KEYS: 1