Skip to content

New version v0.4 (#36) #57

New version v0.4 (#36)

New version v0.4 (#36) #57

Workflow file for this run

name: Test with jest
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: npm ci
- run: npm run nearley
- run: npm run build
- run: npm run test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}