Skip to content

Commit 613b0ab

Browse files
committed
chore: enforce value at CI
1 parent 240b622 commit 613b0ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-test-go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
env:
4747
TESTCONTAINERS_RYUK_DISABLED: "${{ inputs.ryuk-disabled }}"
4848
RYUK_CONNECTION_TIMEOUT: "${{ inputs.project-directory == 'modules/compose' && '5m' || '60s' }}"
49+
TESTCONTAINERS_PORT_MAPPING_TIMEOUT: "5s"
4950
RYUK_RECONNECTION_TIMEOUT: "${{ inputs.project-directory == 'modules/compose' && '30s' || '10s' }}"
5051
SHOULD_RUN_SONAR: "false"
5152
strategy:

0 commit comments

Comments
 (0)