mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
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:
4
.github/workflows/oracleDatabaseTests.yml
vendored
4
.github/workflows/oracleDatabaseTests.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Oracle database tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths:
|
||||
- 'tests/integration/databaseTests/**'
|
||||
- 'DocService/sources/databaseConnectors/baseConnector.js'
|
||||
@ -46,4 +48,4 @@ jobs:
|
||||
docker exec oracle sqlplus -s onlyoffice/onlyoffice@//localhost/xepdb1 @/createdb.sql
|
||||
|
||||
- name: Run Jest
|
||||
run: npm run "integration database tests"
|
||||
run: npm run "integration database tests"
|
||||
|
||||
Reference in New Issue
Block a user