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

16 lines
261 B
YAML
Raw Normal View History

2019-11-09 00:41:16 +08:00
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