Skip to content

Merge pull request #68 from ucsf-education/dependabot/npm_and_yarn/mu… #89

Merge pull request #68 from ucsf-education/dependabot/npm_and_yarn/mu…

Merge pull request #68 from ucsf-education/dependabot/npm_and_yarn/mu… #89

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
env:
CI: true
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: install dependencies
run: npm ci
- name: test
run: npm test