[git actions] PR fixes, schema reversion

This commit is contained in:
Georgii Petrov
2023-12-05 09:16:10 +03:00
parent ee570b39c8
commit 4e9594746a
14 changed files with 4256 additions and 7464 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Caching dependencies
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '14'
cache: 'npm'
cache-dependency-path: |
./npm-shrinkwrap.json
@ -45,4 +45,4 @@ jobs:
docker exec dameng bash -c "cat /createdb.sql | /opt/dmdbms/bin/disql SYSDBA/SYSDBA001:5236"
- name: Run Jest
run: npm exec -c 'cd ./DocService && jest databaseTests --inject-globals=false --config=../tests/jest.config.js'
run: npm run "integration database tests"

View File

@ -19,7 +19,7 @@ jobs:
- name: Caching dependencies
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '14'
cache: 'npm'
cache-dependency-path: |
./npm-shrinkwrap.json
@ -45,4 +45,4 @@ jobs:
docker exec mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P onlYoff1ce -i /createdb.sql
- name: Run Jest
run: npm exec -c 'cd ./DocService && jest databaseTests --inject-globals=false --config=../tests/jest.config.js'
run: npm run "integration database tests"

View File

@ -19,7 +19,7 @@ jobs:
- name: Caching dependencies
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '14'
cache: 'npm'
cache-dependency-path: |
./npm-shrinkwrap.json
@ -42,4 +42,4 @@ jobs:
docker exec mysql mysql -h 127.0.0.1 -u root --password=onlyoffice -D onlyoffice -e 'source /createdb.sql'
- name: Run Jest
run: npm exec -c 'cd ./DocService && jest databaseTests --inject-globals=false --config=../tests/jest.config.js'
run: npm run "integration database tests"

View File

@ -19,7 +19,7 @@ jobs:
- name: Caching dependencies
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '14'
cache: 'npm'
cache-dependency-path: |
./npm-shrinkwrap.json
@ -45,4 +45,4 @@ jobs:
docker exec oracle sqlplus -s onlyoffice/onlyoffice@//localhost/xepdb1 @/createdb.sql
- name: Run Jest
run: npm exec -c 'cd ./DocService && jest databaseTests --inject-globals=false --config=../tests/jest.config.js'
run: npm run "integration database tests"

View File

@ -19,7 +19,7 @@ jobs:
- name: Caching dependencies
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '14'
cache: 'npm'
cache-dependency-path: |
./npm-shrinkwrap.json
@ -42,4 +42,4 @@ jobs:
docker exec postgres psql -d onlyoffice -U onlyoffice -a -f /createdb.sql
- name: Run Jest
run: npm exec -c 'cd ./DocService && jest databaseTests --inject-globals=false --config=../tests/jest.config.js'
run: npm run "integration database tests"

View File

@ -17,7 +17,7 @@ jobs:
- name: Caching dependencies
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '14'
cache: 'npm'
cache-dependency-path: |
./npm-shrinkwrap.json