添加Service Worker,添加测试ci #15

Merged
xiaohai2271 merged 4 commits from dev into master 2020-05-17 00:27:21 +08:00
Showing only changes of commit e3dc949245 - Show all commits

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