Skip to content

Commit

Permalink
ci(test): update oracle image
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <[email protected]>
  • Loading branch information
st3iny committed Aug 12, 2024
1 parent b10470f commit 0610408
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ jobs:
--health-timeout 5s
--health-retries 5
oracle:
image: deepdiver/docker-oracle-xe-11g
image: ghcr.io/gvenzl/oracle-xe:11
env:
ORACLE_RANDOM_PASSWORD: true
APP_USER: nextcloud
APP_USER_PASSWORD: nextcloud
ports:
- 1521:1521/tcp
steps:
Expand Down

0 comments on commit 0610408

Please sign in to comment.