github-pages-deploy-action/.github/workflows/build.yml
2019-11-08 11:41:16 -05:00

16 lines
261 B
YAML

name: unit
on:
push:
branches:
- master
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install and Test
run: |
npm install
npm run-script test