From 582285ee9e16e8dc363b46dc58bcfa1c8437f6a1 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Wed, 11 Oct 2023 12:41:09 +0200 Subject: [PATCH] ci: fix test job --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 39cb34742..e199979ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,6 @@ on: jobs: setup: runs-on: ubuntu-latest - needs: setup outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: @@ -47,6 +46,7 @@ jobs: name: Run tests timeout-minutes: 60 runs-on: ubuntu-latest + needs: setup strategy: matrix: ${{fromJson(needs.setup.outputs.matrix)}} fail-fast: false