Skip to content

Commit 157b0ce

Browse files
committed
Add tests on Github actions
1 parent 712cea0 commit 157b0ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: continuos-integration
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build-and-test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v1
11+
- run: yarn
12+
- run: yarn build
13+
- run: yarn test
14+

0 commit comments

Comments
 (0)