Skip to content

Commit

Permalink
Add GH Action for running tests (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron authored Apr 23, 2021
1 parent 5b7b9f6 commit a106537
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Test
on: [push, pull_request]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm ci
- run: npm test

0 comments on commit a106537

Please sign in to comment.