We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37df21 commit afdff92Copy full SHA for afdff92
1 file changed
.github/workflows/bica-ci.yml
@@ -12,11 +12,11 @@ env:
12
13
jobs:
14
build-and-test:
15
- name: 🔧 Build & Validate Backup
+ name: Build & Validate Backup
16
runs-on: ubuntu-latest
17
18
services:
19
- postgres:
+ postgres-db:
20
image: postgres:15
21
env:
22
POSTGRES_USER: testuser
@@ -30,6 +30,7 @@ jobs:
30
--health-timeout 5s
31
--health-retries 5
32
33
+
34
steps:
35
- name: Checkout repo
36
uses: actions/checkout@v4
0 commit comments