From ee917be33319eb414b06d05262cfb88ebd7e40ab Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Wed, 11 Oct 2023 12:30:11 +0200 Subject: [PATCH] ci: fix test job --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 699eb7d4a..ffb0fff55 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,9 +39,9 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v3 - - run: bash test/listTestFiles.sh + run: echo matrix={\"include\":$(bash test/listTestFiles.sh)} - id: set-matrix - run: echo "::set-output name=matrix::{\"include\":$(bash test/listTestFiles.sh)}" + run: echo matrix={\"include\":$(bash test/listTestFiles.sh)} >> $GITHUB_OUTPUT test_job: name: Run tests timeout-minutes: 60