Skip to content

Commit 1071e0f

Browse files
committed
Docker inspect health check action update
1 parent ed86db9 commit 1071e0f

File tree

1 file changed

+11
-1
lines changed
  • .github/workflows/docker-inspect-health-check

1 file changed

+11
-1
lines changed

.github/workflows/docker-inspect-health-check/action.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,19 @@ runs:
3838
exit 1
3939
}
4040
41+
- name: Separator
42+
shell: pwsh
43+
run: |
44+
Write-Host "########################################################################################################"
45+
4146
- name: Docker Oracle Listener Service Status
4247
uses: ./.github/workflows/docker-oracle-listener-service-status
43-
48+
49+
- name: Separator
50+
shell: pwsh
51+
run: |
52+
Write-Host "########################################################################################################"
53+
4454
- name: Docker Test Oracle Connection
4555
uses: ./.github/workflows/docker-test-oracle-connection
4656
env:

0 commit comments

Comments
 (0)