Skip to content

Commit

Permalink
Merge pull request #3 from highso-fe/hotfix/20191205-res-length
Browse files Browse the repository at this point in the history
chore: 细化 actions
  • Loading branch information
jianglin-wu authored Dec 5, 2019
2 parents 42382f8 + 5eeb68a commit a8a28de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Node.js Package
name: Node.js Publish

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Node.js Test

on:
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npm run test

0 comments on commit a8a28de

Please sign in to comment.