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 2246e6c commit 63baad0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,18 @@ 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
3 changes: 2 additions & 1 deletion spec/support/unlock_and_setup_hr_user.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
alter user hr identified by hr account unlock;
create user hr identified by hr;
grant dba to hr;
grant execute on dbms_lock to hr;

0 comments on commit 63baad0

Please sign in to comment.