From 7884f87f826027b36229c7c99eeda77e2cbac28a Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Mon, 23 Oct 2023 13:36:45 +0700 Subject: [PATCH] ci: use bash on all platforms (#4122) --- .github/workflows/integration.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ba94f673e..6f9b27fea 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,6 +13,9 @@ jobs: - os: "macos" go: "1.21.x" runs-on: ${{ fromJSON(vars[format('INTEGRATION_RUNNER_{0}', matrix.os)] || format('"{0}-latest"', matrix.os)) }} + defaults: + run: + shell: bash # by default Windows uses PowerShell, which uses a different syntax for setting environment variables env: DEBUG: false # set this to true to export qlogs and save them as artifacts TIMESCALE_FACTOR: 3