We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 687404e + f5743c1 commit 2a29bcaCopy full SHA for 2a29bca
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ on:
8
schedule:
9
- cron: "0 8 * * *"
10
11
+defaults:
12
+ run:
13
+ shell: bash
14
+
15
jobs:
16
default:
17
runs-on: ${{ matrix.os }}
@@ -42,7 +46,6 @@ jobs:
42
46
SERVICE_NAME: ${{ steps.postgres.outputs.service-name }}
43
47
EXPECTED_CONNECTION_URI: postgresql://postgres:postgres@localhost:5432/postgres
44
48
EXPECTED_SERVICE_NAME: postgres
45
- shell: bash
49
50
parametrized:
51
@@ -78,4 +81,3 @@ jobs:
78
81
79
82
EXPECTED_CONNECTION_URI: postgresql://yoda:GrandMaster@localhost:34837/jedi_order
80
83
EXPECTED_SERVICE_NAME: yoda
0 commit comments