mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[git actions] PR fixes, schema reversion
This commit is contained in:
4
.github/workflows/mssqlDatabaseTests.yml
vendored
4
.github/workflows/mssqlDatabaseTests.yml
vendored
@ -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"
|
||||
Reference in New Issue
Block a user