Skip to content

Commit 3505938

Browse files
committed
test 3
1 parent 40dd7d0 commit 3505938

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ jobs:
488488
echo "REDIS_HOSTNAME=redis_${{ github.job }}_${{ inputs.deduplication_id }}_${{ github.run_id }}_${{ github.run_attempt }}"
489489
echo "REDIS_PORT=6379"
490490
} >> "$GITHUB_ENV"
491+
source "$GITHUB_ENV"
492+
echo "$GITHUB_ENV"
491493
#docker network connect ${{ env.GH_ACTIONS_SELF_HOSTED_NETWORK_NAME }} ${{ env.POSTGRES_HOSTNAME }}
492494
docker network connect ${{ env.GH_ACTIONS_SELF_HOSTED_NETWORK_NAME }} ${{ env.REDIS_HOSTNAME }}
493495

0 commit comments

Comments
 (0)