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