Skip to content

Commit

Permalink
chore: add test pipeline (#37)
Browse files Browse the repository at this point in the history
* add test pipeline

* fix test pipeline
  • Loading branch information
weikangchia authored Aug 12, 2021
1 parent 45239a4 commit 8a8451f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- run: npm install
- run: npm test

0 comments on commit 8a8451f

Please sign in to comment.