From 5196516880378e67e5161943a49fbbdde35db515 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 15 Aug 2023 20:02:06 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20Run=20test=20scripts=20during=20the?= =?UTF-8?q?=20build=20(WIP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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