Skip to content

Merge pull request #9 from lfoppiano/bugfix/sentence-segmentation #2

Merge pull request #9 from lfoppiano/bugfix/sentence-segmentation

Merge pull request #9 from lfoppiano/bugfix/sentence-segmentation #2

Workflow file for this run

name: Build unstable
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout grobid home
uses: actions/checkout@v4
with:
repository: kermitt2/grobid
path: ./grobid
- name: Checkout Pub2TEI
uses: actions/checkout@v4
with:
path: ./grobid/Pub2TEI
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'gradle'
- name: Build and run integration tests
working-directory: ./grobid/Pub2TEI
run: ./gradlew test --stacktrace --info