From 616914b2ec22a8c9908795c345459b754586afeb Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Wed, 11 Oct 2023 12:08:32 +0200 Subject: [PATCH] ci: make test runs into a matrix 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 004f6a73b..272dc689e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - run: bash test/listTestsFiles.sh - id: set-matrix - run: echo "::set-output name=matrix::{\"include\":$(bash test/findExamplesWithTests.sh)}" + run: echo "::set-output name=matrix::{\"include\":$(bash test/listTestsFiles.sh)}" test_job: name: Run tests timeout-minutes: 60