Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77d2ecc

Browse files
committed
Adding healthchecks
1 parent c213890 commit 77d2ecc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
- 1521:1521
6464
options: >-
6565
--name oracle
66+
--health-interval 10s
67+
--health-timeout 5s
68+
--health-retries 10
69+
--health-cmd healthcheck.sh
6670
6771
steps:
6872
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)