Skip to content

Commit 7a7bb0e

Browse files
committed
ci: use github
1 parent 3ff777d commit 7a7bb0e

File tree

2 files changed

+17
-29
lines changed

2 files changed

+17
-29
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: test
2+
3+
on:
4+
push:
5+
branches: [v2]
6+
pull_request:
7+
branches: [v2]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v2
15+
- uses: bahmutov/npm-install@v1
16+
- run: yarn run test
17+
- run: yarn codecov

circle.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)