Skip to content

Commit 2a29bca

Browse files
authored
Merge pull request #36 from nyurik/ci-lints
Use default shell in CI
2 parents 687404e + f5743c1 commit 2a29bca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
schedule:
99
- cron: "0 8 * * *"
1010

11+
defaults:
12+
run:
13+
shell: bash
14+
1115
jobs:
1216
default:
1317
runs-on: ${{ matrix.os }}
@@ -42,7 +46,6 @@ jobs:
4246
SERVICE_NAME: ${{ steps.postgres.outputs.service-name }}
4347
EXPECTED_CONNECTION_URI: postgresql://postgres:postgres@localhost:5432/postgres
4448
EXPECTED_SERVICE_NAME: postgres
45-
shell: bash
4649

4750
parametrized:
4851
runs-on: ${{ matrix.os }}
@@ -78,4 +81,3 @@ jobs:
7881
SERVICE_NAME: ${{ steps.postgres.outputs.service-name }}
7982
EXPECTED_CONNECTION_URI: postgresql://yoda:GrandMaster@localhost:34837/jedi_order
8083
EXPECTED_SERVICE_NAME: yoda
81-
shell: bash

0 commit comments

Comments
 (0)