Skip to content

Commit

Permalink
Updated changed yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Jan 13, 2025
1 parent 5ec4c4f commit 13b490c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-changed-data-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -134,6 +137,9 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 13b490c

Please sign in to comment.