File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 - id : 2
3737 db_version_name : ' 21XE'
3838 oracle-sid : ' XE'
39- oracle-version : " gvenzl/oracle-xe:21-slim"
39+ oracle-version : " gvenzl/oracle-xe:21-slim-faststart "
4040 oracle-base : ' /opt/oracle'
4141 - id : 3
4242 db_version_name : ' 23free'
4343 oracle-sid : ' FREEPDB1'
44- oracle-version : " gvenzl/oracle-free:23-slim"
44+ oracle-version : " gvenzl/oracle-free:23-slim-faststart "
4545 oracle-base : ' /opt/oracle'
4646# TODO - need to add healthcheck.sh into our containers
4747
@@ -116,9 +116,6 @@ jobs:
116116 id : install-utplsql-cli
117117 run : curl -Lk -o utPLSQL-cli.zip "https://github.com/utPLSQL/utPLSQL-cli/releases/download/v3.1.8/utPLSQL-cli.zip" && unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
118118
119- - name : Wait for Oracle DB to be fully ready
120- run : sleep 30
121-
122119 - name : Install utPLSQL
123120 id : install-utplsql
124121 run : docker run --rm -v $(pwd):/utPLSQL -w /utPLSQL --network host --entrypoint bash ${DOCKER_ENV} ${ORACLE_VERSION} .github/scripts/install.sh
You can’t perform that action at this time.
0 commit comments