Files
Evan Bacon ce9435632d add tests (#808)
* Add test infra

* Added tests

* Update index-test.js

* Update test.yml

* disable pods on non-darwin machine

* Update index-test.js
2020-05-15 18:37:49 -07:00

17 lines
258 B
YAML

name: 'Test'
on:
pull_request:
types: [synchronize, opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- run: yarn
- run: yarn build
- run: yarn test