Skip to content

Commit

Permalink
Update build-node-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev authored Dec 20, 2023
1 parent c02895a commit 3a52d1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
--name postgres_${{ github.run_id }}
--name postgres_${{ github.run_id }}_${{ github.job }}
steps:
- name: check env 2
run: echo gh_actions_self_hosted_network_name = $GH_ACTIONS_SELF_HOSTED_NETWORK_NAME
- name: Connect service to default network
if: startsWith(runner.name, 'GitHub Actions') == false
run: docker network connect runner_v2_default postgres_${{ github.run_id }}
run: docker network connect runner_v2_default postgres_${{ github.run_id }}_${{ github.job }}
- name: Checkout source repository
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -261,12 +261,12 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
--name postgres_${{ github.run_id }}
--name postgres_${{ github.run_id }}_${{ github.job }}
steps:
- name: Connect service to default network
if: startsWith(runner.name, 'GitHub Actions') == false
run: docker network connect runner_v2_default postgres_${{ github.run_id }}
run: docker network connect runner_v2_default postgres_${{ github.run_id }}_${{ github.job }}
- name: Checkout source repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3a52d1b

Please sign in to comment.