We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f5160 commit 2b76df2Copy full SHA for 2b76df2
.github/workflows/main.yml
@@ -50,4 +50,18 @@ jobs:
50
steps:
51
- uses: actions/checkout@v2
52
- run: yarn
53
- - run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless
+ - run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless
54
+ test-interop:
55
+ needs: check
56
+ runs-on: ubuntu-latest
57
+ steps:
58
+ - uses: actions/checkout@v2
59
+ - run: yarn
60
+ - run: LIBP2P_JS=./src/index.js && cd node_modules/interop-libp2p && yarn && npx aegir test -t node --bail
61
+ test-auto-relay-example:
62
63
64
65
66
67
+ - run: cd examples && yarn && npm run test -- auto-relay
0 commit comments