[DUCK] 修复 '九月18到九月22' 能组合成 repeat 的问题 #632
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: duckling-fork-chinese build | |
on: | |
pull_request: | |
paths: | |
- 'duckling-fork-chinese/**' | |
push: | |
paths: | |
- 'duckling-fork-chinese/**' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Set up JDK 11 | |
uses: actions/setup-java@v2 | |
with: | |
java-version: '11' | |
distribution: 'adopt' | |
- name: Run tests | |
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' |