Skip to content

Commit 6261629

Browse files
authored
Merge pull request #2206 from yahonda/use_gvenzl_oracle_xe
Use gvenzl/oracle-xe docker image
2 parents e485a28 + afd7a93 commit 6261629

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,17 @@ jobs:
3535

3636
services:
3737
oracle:
38-
image: quillbuilduser/oracle-18-xe
38+
image: gvenzl/oracle-xe:latest
3939
ports:
4040
- 1521:1521
4141
env:
4242
TZ: Europe/Riga
43+
ORACLE_PASSWORD: Oracle18
44+
options: >-
45+
--health-cmd healthcheck.sh
46+
--health-interval 10s
47+
--health-timeout 5s
48+
--health-retries 10
4349
steps:
4450
- uses: actions/checkout@v2
4551
- name: Set up Ruby

0 commit comments

Comments
 (0)