Skip to content

add tea.yaml

add tea.yaml #30

Workflow file for this run

name: tests
on:
push:
branches: master
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: setup node.js environment
uses: actions/[email protected]
- name: npm install
run: npm install
- name: npm run coverage
run: npm run coverage
- name: codecov
uses: codecov/[email protected]