From 98f35fb45d647b7dac6ebe9484a5acb33aeacf53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Wed, 21 May 2025 10:23:14 +0200 Subject: [PATCH] Update test-installers workflow to use "bash" --- .github/workflows/test-installers.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-installers.yml b/.github/workflows/test-installers.yml index e630e08210f..a4494080753 100644 --- a/.github/workflows/test-installers.yml +++ b/.github/workflows/test-installers.yml @@ -3,6 +3,11 @@ name: Test Installers permissions: contents: read +# Using "bash" everywhere to make "--" separation of arguments work predictively when invoking NPM script on Windows +defaults: + run: + shell: bash + on: workflow_dispatch: inputs: