From e9cce3e689b7f600d47c9e857d779ecaa0328459 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 15 Aug 2023 20:25:20 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82c7616..cca174a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,11 +60,11 @@ jobs: test: - needs: build-rest + needs: [matrix, build-rest] strategy: fail-fast: false matrix: - subimage: ${{ fromJson(needs.matrix.outputs.core) }} + subimage: ${{ fromJson(needs.matrix.outputs.all) }} runs-on: ubuntu-latest env: DOCKER_IMAGE_TAG: sha-${{ github.sha }} # needed to run the correct version through the wrapper