Skip to content

Commit

Permalink
Pathing continues
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrechse authored Jan 19, 2024
1 parent a2de839 commit 318fba1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ jobs:
export PARSE_SERVER_DATABASE_ADAPTER='{"module":"../Adapters/Storage/Oracle/OracleStorageAdapter","options":{"databaseURI":"oracledb://pdbadmin:Welcome12345@localhost:1521/freepdb1","collectionPrefix":"test_"}}';
echo $PARSE_SERVER_DATABASE_ADAPTER;
echo $PWD;
export LD_LIBRARY_PATH="${PWD}/instantclient_21_13";
echo $LD_LIBARARY_PATH;
echo "Before setting LIB PATH";
export LD_LIBRARY_PATH=${PWD}/instantclient_21_13:$LD_LIBRARY_PATH;
echo "This is LD LIBRARY PATH";
echo $LD_LIBRARY_PATH;
# ORACLE_CLIENT_LOCATION=${PWD}/instantclient_21_13 npm run testoracle
# npm run test
concurrency:
Expand Down

0 comments on commit 318fba1

Please sign in to comment.