From f5192a122291d0d289f297f39668f024c2a111a2 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Wed, 11 Oct 2023 12:35:14 +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 ffb0fff55..f548d2aee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v3 - run: echo matrix={\"include\":$(bash test/listTestFiles.sh)} + - run: echo matrix={\"include\":$(bash test/listTestFiles.sh)} - id: set-matrix run: echo matrix={\"include\":$(bash test/listTestFiles.sh)} >> $GITHUB_OUTPUT test_job: