Skip to content

Update ngx-webrtc-lib to the latest v3-lts #122

Update ngx-webrtc-lib to the latest v3-lts

Update ngx-webrtc-lib to the latest v3-lts #122

Workflow file for this run

name: test-pull-request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
fetch-depth: 0
- uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install node_modules
run: npm ci
- name: Run tests
run: npm run test:prod
- name: Test Coverage angular-slack
uses: AthleticNet/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: coverage/apps/angular-slack/coverage-summary.json
title: angular-slack coverage
- name: Test Coverage api
uses: AthleticNet/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: coverage/apps/api/coverage-summary.json
title: api coverage