Skip to content

duckling-fork-chinese build #653

duckling-fork-chinese build

duckling-fork-chinese build #653

Workflow file for this run

name: duckling-fork-chinese build
on:
pull_request:
paths:
- 'duckling-fork-chinese/**'
push:
paths:
- 'duckling-fork-chinese/**'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v10
- run: |
cd duckling-fork-chinese
sbt duckModel
sbt +test
sbt coverage
sbt coverageAggregate
bash <(curl -s https://codecov.io/bash) -r du00cs/MiNLP -t 'd2de025e-e5b7-4115-a98e-07e6fc3d7001'