Skip to content

Commit

Permalink
chore: update ci to the last OrientDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Oct 25, 2023
1 parent 6599052 commit 47623e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '12.x'
- run: ./ci/initialize-ci.sh 3.2.21
- run: ./ci/initialize-ci.sh 3.2.24
- run: npm install
- run: npm test

2 changes: 1 addition & 1 deletion ci/initialize-ci.sh
Expand Up @@ -3,7 +3,7 @@
PARENT_DIR=$(dirname $(cd "$(dirname "$0")"; pwd))
CI_DIR="$PARENT_DIR/ci/environment"

ODB_VERSION=${1:-"3.2.21"}
ODB_VERSION=${1:-"3.2.24"}
ODB_DIR="${CI_DIR}/orientdb-community-${ODB_VERSION}"
ODB_LAUNCHER="${ODB_DIR}/bin/server.sh"

Expand Down
3 changes: 0 additions & 3 deletions ci/orientdb-server-config-3.2.xml
Expand Up @@ -136,11 +136,8 @@
<user resources="connect,server.listDatabases,server.dblist" password="guest" name="guest"/>
</users>
<properties>
<!-- PROFILER: configures the profiler as <seconds-for-snapshot>,<archive-snapshot-size>,<summary-size> -->
<entry name="profiler.enabled" value="false"/>
<!-- <entry name="profiler.config" value="30,10,10" /> -->
<entry name="network.binary.allowNoToken" value="true"/>
<entry name="index.allowManualIndexes" value="true"/>
<entry name="security.createDefaultUsers" value="true"/>
</properties>
</orient-server>

0 comments on commit 47623e7

Please sign in to comment.