Skip to content

copy models before running tests #10

copy models before running tests

copy models before running tests #10

name: Run integration tests manually
on:
- workflow_dispatch
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout grobid home
uses: actions/checkout@v4
with:
repository: kermitt2/grobid
path: ./grobid
- name: Checkout grobid-quantities
uses: actions/checkout@v4
with:
path: ./grobid/grobid-quantities
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17.0.10+7'
distribution: 'temurin'
cache: 'gradle'
- name: Build and run integration tests
working-directory: ./grobid/grobid-quantities
run: ./gradlew copyModels integration --no-daemon