Skip to content

Merge pull request #118 from m-akinc/support-host-context #96

Merge pull request #118 from m-akinc/support-host-context

Merge pull request #118 from m-akinc/support-host-context #96

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test