chore: connection encryption example test (#843)

This commit is contained in:
Vasco Santos
2021-01-21 09:27:27 +01:00
committed by GitHub
parent f45cd1c4b5
commit 67067c97d5
4 changed files with 39 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-connection-encryption-example:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: cd examples && yarn && npm run test -- connection-encryption
test-echo-example:
needs: check
runs-on: ubuntu-latest