Skip to content

Commit afdff92

Browse files
committed
workflow test3
1 parent c37df21 commit afdff92

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/bica-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ env:
1212

1313
jobs:
1414
build-and-test:
15-
name: 🔧 Build & Validate Backup
15+
name: Build & Validate Backup
1616
runs-on: ubuntu-latest
1717

1818
services:
19-
postgres:
19+
postgres-db:
2020
image: postgres:15
2121
env:
2222
POSTGRES_USER: testuser
@@ -30,6 +30,7 @@ jobs:
3030
--health-timeout 5s
3131
--health-retries 5
3232
33+
3334
steps:
3435
- name: Checkout repo
3536
uses: actions/checkout@v4

0 commit comments

Comments
 (0)