Skip to content

Commit

Permalink
chore: add interop and examples in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Dec 3, 2020
1 parent a5f5160 commit 2b76df2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,18 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: yarn
- run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless
- run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless
test-interop:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: LIBP2P_JS=./src/index.js && cd node_modules/interop-libp2p && yarn && npx aegir test -t node --bail
test-auto-relay-example:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: cd examples && yarn && npm run test -- auto-relay

0 comments on commit 2b76df2

Please sign in to comment.