From c0febf63fa6bc33e4f452fa018fb43366a4ea39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Charles?= Date: Wed, 18 Sep 2024 15:50:24 +0200 Subject: [PATCH] chore: ci --- .github/workflows/tests-entry.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests-entry.yml b/.github/workflows/tests-entry.yml index 2dd9884f..f2faefbe 100644 --- a/.github/workflows/tests-entry.yml +++ b/.github/workflows/tests-entry.yml @@ -26,6 +26,6 @@ jobs: uses: ./.github/workflows/tests-entry-os.reusable.yml secrets: inherit with: - os: ${{ inputs.os }} - node: ${{ inputs.node }} - fast: ${{ inputs.os != 'ubuntu-latest' }} + os: ${{ matrix.os }} + node: ${{ matrix.node }} + fast: ${{ matrix.os != 'ubuntu-latest' }}