Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
du00cs committed Dec 26, 2024
1 parent 6e85a0c commit 577f8d8
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions .github/workflows/duckling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,17 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

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'
- 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'

0 comments on commit 577f8d8

Please sign in to comment.