mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[git actions] Run git action on test modification
This commit is contained in:
1
.github/workflows/damengDatabaseTests.yml
vendored
1
.github/workflows/damengDatabaseTests.yml
vendored
@ -2,6 +2,7 @@ name: Dameng database tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'tests/integration/databaseTests/**'
|
||||
- 'DocService/sources/databaseConnectors/baseConnector.js'
|
||||
- 'DocService/sources/databaseConnectors/damengConnector.js'
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/mssqlDatabaseTests.yml
vendored
1
.github/workflows/mssqlDatabaseTests.yml
vendored
@ -2,6 +2,7 @@ name: MSSQL database tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'tests/integration/databaseTests/**'
|
||||
- 'DocService/sources/databaseConnectors/baseConnector.js'
|
||||
- 'DocService/sources/databaseConnectors/mssqlConnector.js'
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/mysqlDatabaseTests.yml
vendored
1
.github/workflows/mysqlDatabaseTests.yml
vendored
@ -2,6 +2,7 @@ name: MYSQL database tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'tests/integration/databaseTests/**'
|
||||
- 'DocService/sources/databaseConnectors/baseConnector.js'
|
||||
- 'DocService/sources/databaseConnectors/mysqlConnector.js'
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/oracleDatabaseTests.yml
vendored
1
.github/workflows/oracleDatabaseTests.yml
vendored
@ -2,6 +2,7 @@ name: Oracle database tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'tests/integration/databaseTests/**'
|
||||
- 'DocService/sources/databaseConnectors/baseConnector.js'
|
||||
- 'DocService/sources/databaseConnectors/oracleConnector.js'
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/postgreDatabaseTests.yml
vendored
1
.github/workflows/postgreDatabaseTests.yml
vendored
@ -2,6 +2,7 @@ name: Postgre database tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'tests/integration/databaseTests/**'
|
||||
- 'DocService/sources/databaseConnectors/baseConnector.js'
|
||||
- 'DocService/sources/databaseConnectors/postgreConnector.js'
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user