Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c213890 commit 77d2eccCopy full SHA for 77d2ecc
1 file changed
.github/workflows/build.yml
@@ -63,6 +63,10 @@ jobs:
63
- 1521:1521
64
options: >-
65
--name oracle
66
+ --health-interval 10s
67
+ --health-timeout 5s
68
+ --health-retries 10
69
+ --health-cmd healthcheck.sh
70
71
steps:
72
- uses: actions/checkout@v4
0 commit comments