Skip to content

Commit

Permalink
Update build-node-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored Dec 20, 2023
1 parent b3727fd commit d20ec55
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ env:
PYPI_USERNAME: "datavisyn"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "new_deployment_no_ports"
GH_ACTIONS_SELF_HOSTED_NETWORK_NAME: ""

permissions:
contents: read
Expand Down Expand Up @@ -160,10 +161,12 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- "5434:5432"
--name postgres
steps:
- name: Connect service to default network
if: ${{ env.GH_ACTIONS_SELF_HOSTED_NETWORK_NAME }}
run: docker network connect $GH_ACTIONS_SELF_HOSTED_NETWORK_NAME postgres
- name: Checkout source repository
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -256,8 +259,7 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- "5434:5432"
--name postgres
steps:
- name: Checkout source repository
Expand Down

0 comments on commit d20ec55

Please sign in to comment.