Create main.yml
This commit is contained in:
parent
1c9fcba6b0
commit
b57a013ca2
1 changed files with 11 additions and 0 deletions
11
.github/workflows/main.yml
vendored
Normal file
11
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: CI
|
||||
on: push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Run tests
|
||||
run: yarn test
|
Loading…
Reference in a new issue