From f5743c17a53b043771b6944309d9b6c00cc6293c Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 23 May 2024 23:48:10 -0400 Subject: [PATCH] Use default shell in CI --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 257c43e68..f0ae74819 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,10 @@ on: schedule: - cron: "0 8 * * *" +defaults: + run: + shell: bash + jobs: default: runs-on: ${{ matrix.os }} @@ -42,7 +46,6 @@ jobs: SERVICE_NAME: ${{ steps.postgres.outputs.service-name }} EXPECTED_CONNECTION_URI: postgresql://postgres:postgres@localhost:5432/postgres EXPECTED_SERVICE_NAME: postgres - shell: bash parametrized: runs-on: ${{ matrix.os }} @@ -78,4 +81,3 @@ jobs: SERVICE_NAME: ${{ steps.postgres.outputs.service-name }} EXPECTED_CONNECTION_URI: postgresql://yoda:GrandMaster@localhost:34837/jedi_order EXPECTED_SERVICE_NAME: yoda - shell: bash