ci: 调整测试ci

This commit is contained in:
禾几海
2020-10-08 11:22:47 +08:00
parent 23aec69b4f
commit 1d994d16b1
4 changed files with 16 additions and 48 deletions

26
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Test
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
- run: npm run lint && npm run build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v2.1.4
with:
name: devDist
path: ./dist/index/*