[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
@ -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"