Create main.yml

enable yarn test
main
Wouter Groeneveld 2 years ago committed by GitHub
parent 47acd5531b
commit fcb8a6d2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save