Skip to content

Merge pull request #47 from outerbase/bwilmoth/schema-refactor #58

Merge pull request #47 from outerbase/bwilmoth/schema-refactor

Merge pull request #47 from outerbase/bwilmoth/schema-refactor #58

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Build
run: npm run build
- name: Run sync-database-models command
id: sync
run: npm exec sync-database-models
- name: Run tests
run: npm test