添加Service Worker,添加测试ci #15
20
.github/workflows/buildTest.yml
vendored
Normal file
20
.github/workflows/buildTest.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user