Skip to content

Commit afd7a93

Browse files
committed
1 parent e485a28 commit afd7a93

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

+7-1
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)