Skip to content

Updating all dependencies to latest #74

Updating all dependencies to latest

Updating all dependencies to latest #74

Workflow file for this run

name: 'Run unit tests.'
on:
pull_request:
branches:
- master
- 'releases/*'
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci works properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run L0 tests.
run: |
npm install
npm test