layui/.github/workflows/test.yml
2021-09-27 06:09:33 +08:00

20 lines
314 B
YAML

name: test
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Install and Test
run: |
npm install
npm run test