Skip to content

Bump ws from 8.6.0 to 8.17.1 in /projects/integration (#170) #206

Bump ws from 8.6.0 to 8.17.1 in /projects/integration (#170)

Bump ws from 8.6.0 to 8.17.1 in /projects/integration (#170) #206

Workflow file for this run

name: Unit
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
check_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- shell: bash
run: |
npm ci
- shell: bash
run: |
npm run lint
- shell: bash
run: |
npm run test