|
|
@ -61,6 +61,10 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
test:
|
|
|
|
test:
|
|
|
|
needs: build-rest
|
|
|
|
needs: build-rest
|
|
|
|
|
|
|
|
strategy:
|
|
|
|
|
|
|
|
fail-fast: false
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
|
|
|
|
subimage: ${{ fromJson(needs.matrix.outputs.core) }}
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper
|
|
|
|
DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper
|
|
|
@ -76,8 +80,7 @@ jobs:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
name: Test
|
|
|
|
name: Test
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
ocrd --version
|
|
|
|
./test-${{ matrix.subimage }}.sh
|
|
|
|
ocrd-dinglehopper --version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# At this point, we have successfully built, uploaded and tested the images. We now just need to add
|
|
|
|
# At this point, we have successfully built, uploaded and tested the images. We now just need to add
|
|
|
|