Skip to content

Commit 577b70d

Browse files
committed
Test Oracle connection
1 parent b85ee22 commit 577b70d

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/docker-test-oracle-connection

1 file changed

+1
-1
lines changed

.github/workflows/docker-test-oracle-connection/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
Write-Host "Attempt $($i): Trying to connect to Oracle DB in container..."
3939
if (Test-OracleConnection) {
4040
Write-Host "Connection successful!"
41-
break
41+
exit 0
4242
} else {
4343
Write-Host "Connection failed. Waiting for $($waitTime) seconds before retrying..."
4444
Start-Sleep -Seconds $waitTime

0 commit comments

Comments
 (0)