github-pages-deploy-action/.github/workflows/build.yml
2019-11-19 10:07:53 -05:00

17 lines
259 B
YAML

name: unit
on:
push:
branches:
- dev
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