Skip to content

Commit

Permalink
Use gvenzl/oracle-xe docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Aug 17, 2021
1 parent e485a28 commit afd7a93
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,17 @@ jobs:

services:
oracle:
image: quillbuilduser/oracle-18-xe
image: gvenzl/oracle-xe:latest
ports:
- 1521:1521
env:
TZ: Europe/Riga
ORACLE_PASSWORD: Oracle18
options: >-
--health-cmd healthcheck.sh
--health-interval 10s
--health-timeout 5s
--health-retries 10
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit afd7a93

Please sign in to comment.