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 6c4f17f commit b38dc03Copy full SHA for b38dc03
.github/workflows/docker-test-oracle-connection/action.yml
@@ -42,5 +42,12 @@ runs:
42
} else {
43
Write-Host "Connection failed. Waiting for $($waitTime) seconds before retrying..."
44
Start-Sleep -Seconds $waitTime
45
+ }
46
+
47
+ if ($i -eq $retryCount) {
48
+ Write-Host "Exceeded maximum retry attempts. Exiting script."
49
+ exit 1
50
51
52
env:
53
ORACLE_PWD: ${{ inputs.dbPassword }}
0 commit comments