Skip to content

Commit 5fe9a0e

Browse files
committed
Testing without explicit call to `--health-cmd healthcheck.sh
1 parent 8761ff5 commit 5fe9a0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ jobs:
7272
ports:
7373
- 1521:1521
7474
options: >-
75-
--health-cmd healthcheck.sh
7675
--health-interval 10s
7776
--health-timeout 5s
7877
--health-retries 10
7978
--name oracle
79+
# --health-cmd healthcheck.sh
8080

8181
steps:
8282
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)