We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ee156 commit a2804f2Copy full SHA for a2804f2
1 file changed
.github/workflows/build.yml
@@ -21,17 +21,17 @@ jobs:
21
22
services:
23
oracle:
24
- image: gvenzl/oracle-xe:11-full
+ image: gvenzl/oracle-xe:18-slim
25
env:
26
- DB_IMAGE: gvenzl/oracle-xe:11-full
+ DB_IMAGE: gvenzl/oracle-xe:18-slim
27
ORACLE_PASSWORD: oracle
28
ports:
29
- 1521:1521
30
-# options: >-
31
-# --health-cmd healthcheck.sh
32
-# --health-interval 10s
33
-# --health-timeout 5s
34
-# --health-retries 10
+ options: >-
+ --health-cmd healthcheck.sh
+ --health-interval 10s
+ --health-timeout 5s
+ --health-retries 10
35
36
steps:
37
- uses: actions/checkout@v2
0 commit comments