Skip to content

Commit

Permalink
Focus
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrechse authored Jan 22, 2024
1 parent bdecefa commit 96dc430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo $PARSE_SERVER_LOG_LEVEL
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;
ORACLE_CLIENT_LOCATION=${LD_LIBRARY_PATH}/instantclient_21_13 npm run testoracle
ORACLE_CLIENT_LOCATION=${LD_LIBRARY_PATH} npm run testoracle
# npm run test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 96dc430

Please sign in to comment.