Skip to content

Commit

Permalink
rename CI
Browse files Browse the repository at this point in the history
  • Loading branch information
d7my11 committed Nov 20, 2019
1 parent 8e191b0 commit 9245c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node CI
name: Unit Tests

on: [push]

Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
- name: npm install, build and test
run: |
npm install
npm run build
Expand Down

0 comments on commit 9245c48

Please sign in to comment.