File tree 1 file changed +12
-17
lines changed
1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-20.04
15
15
16
16
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
+
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'
You can’t perform that action at this time.
0 commit comments