Skip to content

Commit 9a820db

Browse files
Try ai directory
1 parent 8a658ac commit 9a820db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
run: |
2929
docker network create rt
30-
docker run --network rt --name oracle -e ORACLE_PWD=password -d container-registry.oracle.com/database/free:23.9.0.0-lite bash -c "ls -R /opt && echo 'USE_SID_AS_SERVICE_LISTENER = on' >> /opt/oracle/product/23c/dbhomeFree/network/admin/listener.ora && /opt/oracle/runOracle.sh"
30+
docker run --network rt --name oracle -e ORACLE_PWD=password -d container-registry.oracle.com/database/free:23.9.0.0-lite bash -c "ls -R /opt && echo 'USE_SID_AS_SERVICE_LISTENER = on' >> /opt/oracle/product/23ai/dbhomeFree/network/admin/listener.ora && /opt/oracle/runOracle.sh"
3131
docker build -t rt-base-oracle -f Dockerfile-oracle .
3232
docker run -d -v $GITHUB_WORKSPACE:/rt --name rt --env RT_TEST_DB_HOST=oracle --env RT_TEST_RT_HOST=172.16.0.0/255.240.0.0 --network rt --name rt rt-base-oracle
3333
docker exec rt bash -c "cd /rt && ./configure.ac --with-db-type=Oracle --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps"

0 commit comments

Comments
 (0)