Skip to content

Commit 84e1007

Browse files
committed
try github actions
1 parent d89d6ac commit 84e1007

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Main
2+
3+
on: push
4+
5+
jobs:
6+
unit-test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Install
10+
run: npm install
11+
- name: Test
12+
run: npm test
13+
integration-test:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Test
17+
run: tests/test.sh

0 commit comments

Comments
 (0)