Skip to content

Commit a2804f2

Browse files
committed
Trying github actions
1 parent c1ee156 commit a2804f2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121

2222
services:
2323
oracle:
24-
image: gvenzl/oracle-xe:11-full
24+
image: gvenzl/oracle-xe:18-slim
2525
env:
26-
DB_IMAGE: gvenzl/oracle-xe:11-full
26+
DB_IMAGE: gvenzl/oracle-xe:18-slim
2727
ORACLE_PASSWORD: oracle
2828
ports:
2929
- 1521:1521
30-
# options: >-
31-
# --health-cmd healthcheck.sh
32-
# --health-interval 10s
33-
# --health-timeout 5s
34-
# --health-retries 10
30+
options: >-
31+
--health-cmd healthcheck.sh
32+
--health-interval 10s
33+
--health-timeout 5s
34+
--health-retries 10
3535
3636
steps:
3737
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)