chore: echo example test (#842)

This commit is contained in:
Vasco Santos
2021-01-20 10:46:04 +01:00
committed by GitHub
parent 0a02207116
commit f45cd1c4b5
5 changed files with 70 additions and 2 deletions

View File

@ -72,6 +72,13 @@ jobs:
- uses: actions/checkout@v2
- run: yarn
- run: cd examples && yarn && npm run test -- chat
test-echo-example:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: cd examples && yarn && npm run test -- echo
test-libp2p-in-the-browser-example:
needs: check
runs-on: macos-latest