Skip to content

Commit

Permalink
ci: use bash on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 23, 2023
1 parent 4c357c8 commit 4ec1ffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4ec1ffe

Please sign in to comment.