We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d1628 commit 43845beCopy full SHA for 43845be
.github/workflows/build-node-python.yml
@@ -271,11 +271,9 @@ jobs:
271
--health-interval 10s
272
--health-timeout 5s
273
--health-retries 5
274
- --name postgres_${{ inputs.branch }}_${{ github.job }}
+ --name postgres_${{ inputs.branch }}_${{ github.run_id }}
275
276
steps:
277
- - name: Check Docker Containers
278
- run: docker ps
279
- name: Set system env variable to github env
280
run: echo "GH_ACTIONS_SELF_HOSTED_NETWORK_NAME=${GH_ACTIONS_SELF_HOSTED_NETWORK_NAME}" >> "$GITHUB_ENV"
281
- name: Connect service to default network
0 commit comments