Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jul 4, 2024
1 parent 98c6918 commit 66dd67f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,21 @@ jobs:
uses: actions/checkout@v4
with:
path: ./entity-fishing
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
cache: 'gradle'
- name: Build grobid
working-directory: ./grobid
working-directory: grobid
run: ./gradlew install -x test
- name: Build grobid-ner
working-directory: ./grobid-ner
working-directory: grobid/grobid-ner
run: ./gradlew install -x test
- name: Install grobid-ner
working-directory: ./grobid/grobid-ner
working-directory: grobid/grobid-ner
run: ./gradlew copyModules
- name: Build entity-fishing with Gradle
working-directory: ./entity-fishing
working-directory: entity-fishing
run: ./gradlew build

0 comments on commit 66dd67f

Please sign in to comment.