Skip to content

Commit

Permalink
Turn off Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrechse authored Jan 22, 2024
1 parent 96dc430 commit 02a13ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
npm install;
npm install --save @parse/fs-files-adapter;
npm install [email protected];
export PARSE_SERVER_LOG_LEVEL=verbose
echo $PARSE_SERVER_LOG_LEVEL
# export PARSE_SERVER_LOG_LEVEL=verbose
# 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} npm run testoracle
Expand Down

0 comments on commit 02a13ec

Please sign in to comment.