Skip to content

Remove JSDoc of lastPath #443

Remove JSDoc of lastPath

Remove JSDoc of lastPath #443

Workflow file for this run

name: Test
on: pull_request
jobs:
test-lib:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install
run: yarn
- name: Prepare ONNX
run: yarn create-onnx -t
- name: Test lib
run: yarn test:lib --bail
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-gui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test GUI
run: docker-compose run --rm test-gui --bail