github-pages-deploy-action/.github/workflows/build.yml
James Ives 08316f5f4c
Test PR (#59)
* Update README.md

* test setup

* Update build.yml
2019-11-20 09:13:01 -05:00

14 lines
243 B
YAML

name: unit-tests
on: [pull_request, push]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install and Test
run: |
npm install
npm run-script test