Skip to content

fix: sfu whip resource tries to set properties of undefined when no a… #225

fix: sfu whip resource tries to set properties of undefined when no a…

fix: sfu whip resource tries to set properties of undefined when no a… #225

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm ci
npm test
env:
CI: true