Skip to content

Commit 43845be

Browse files
fixed postgres name
1 parent e4d1628 commit 43845be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,9 @@ jobs:
271271
--health-interval 10s
272272
--health-timeout 5s
273273
--health-retries 5
274-
--name postgres_${{ inputs.branch }}_${{ github.job }}
274+
--name postgres_${{ inputs.branch }}_${{ github.run_id }}
275275
276276
steps:
277-
- name: Check Docker Containers
278-
run: docker ps
279277
- name: Set system env variable to github env
280278
run: echo "GH_ACTIONS_SELF_HOSTED_NETWORK_NAME=${GH_ACTIONS_SELF_HOSTED_NETWORK_NAME}" >> "$GITHUB_ENV"
281279
- name: Connect service to default network

0 commit comments

Comments
 (0)