github-pages-deploy-action/.github/workflows/build.yml
2019-11-20 09:02:22 -05:00

14 lines
243 B
YAML

name: unit-tests
on: [push, pull_request]
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