github-pages-deploy-action/.github/workflows/build.yml

17 lines
265 B
YAML
Raw Normal View History

2019-11-19 23:11:01 +08:00
name: unit-tests
on:
push:
branches:
2019-11-19 23:07:53 +08:00
- dev
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Install and Test
run: |
npm install
2019-11-19 23:07:53 +08:00
npm run-script test