添加测试构建的ci

This commit is contained in:
小海
2020-05-17 00:11:10 +08:00
parent 955f537d59
commit e3dc949245

20
.github/workflows/buildTest.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: BuildTest
on:
push
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install -g @angular/cli
- run: bash build.sh