chore: pnet example test (#845)

This commit is contained in:
Vasco Santos
2021-01-22 10:24:15 +01:00
committed by GitHub
parent 961b48bb8d
commit 748b552876
2 changed files with 37 additions and 0 deletions

View File

@ -100,3 +100,10 @@ jobs:
- uses: actions/checkout@v2
- run: yarn
- run: cd examples && yarn && npm run test -- discovery-mechanisms
test-pnet-example:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- run: cd examples && yarn && npm run test -- pnet