Skip to content

Commit 577f8d8

Browse files
committed
ci
1 parent 6e85a0c commit 577f8d8

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

.github/workflows/duckling.yml

+12-17
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,17 @@ on:
1111
jobs:
1212
build:
1313

14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-20.04
1515

1616
steps:
17-
- uses: actions/checkout@v2
18-
with:
19-
fetch-depth: 0
20-
- name: Set up JDK 11
21-
uses: actions/setup-java@v2
22-
with:
23-
java-version: '11'
24-
distribution: 'adopt'
25-
- name: Run tests
26-
run: |
27-
cd duckling-fork-chinese
28-
sbt duckModel
29-
sbt +test
30-
sbt coverage
31-
sbt coverageAggregate
32-
bash <(curl -s https://codecov.io/bash) -r du00cs/MiNLP -t 'd2de025e-e5b7-4115-a98e-07e6fc3d7001'
17+
- uses: actions/[email protected]
18+
with:
19+
fetch-depth: 0
20+
- uses: olafurpg/setup-scala@v10
21+
- run: |
22+
cd duckling-fork-chinese
23+
sbt duckModel
24+
sbt +test
25+
sbt coverage
26+
sbt coverageAggregate
27+
bash <(curl -s https://codecov.io/bash) -r du00cs/MiNLP -t 'd2de025e-e5b7-4115-a98e-07e6fc3d7001'

0 commit comments

Comments
 (0)