From e664405f13d8253e98f336127092f0033c5f0826 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Fri, 10 Nov 2023 17:43:24 +0700 Subject: [PATCH] ci: fix test suite matrix --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e286add72d..31fe81b95a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: changes: name: Determine changed packages if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || !github.event.pull_request.draft }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 outputs: js-packages: ${{ steps.filter-js.outputs.changes }} rs-packages: ${{ steps.filter-rs.outputs.changes }} @@ -187,4 +187,5 @@ jobs: command: test:browsers uses: ./.github/workflows/tests-test-suite.yml with: + name: ${{ matrix.name }} command: ${{ matrix.command }}