Merge remote-tracking branch 'remotes/origin/release/v8.1.0' into develop

# Conflicts:
#	Common/config/default.json
#	Common/sources/constants.js
#	DocService/sources/DocsCoServer.js
This commit is contained in:
Sergey Konovalov
2024-06-03 16:17:19 +03:00
33 changed files with 2106 additions and 1459 deletions

View File

@ -1,6 +1,8 @@
name: Dameng database tests
on:
push:
branches:
- '**'
paths:
- 'tests/integration/databaseTests/**'
- 'DocService/sources/databaseConnectors/baseConnector.js'
@ -46,4 +48,4 @@ jobs:
docker exec dameng bash -c "cat /createdb.sql | /opt/dmdbms/bin/disql SYSDBA/SYSDBA001:5236"
- name: Run Jest
run: npm run "integration database tests"
run: npm run "integration database tests"