mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[bug] Change sqlcmd path for latest mssql docker image
This commit is contained in:
4
.github/workflows/mssqlDatabaseTests.yml
vendored
4
.github/workflows/mssqlDatabaseTests.yml
vendored
@ -45,8 +45,8 @@ jobs:
|
|||||||
- name: Creating schema
|
- name: Creating schema
|
||||||
run: |
|
run: |
|
||||||
docker cp ./schema/mssql/createdb.sql mssql:/
|
docker cp ./schema/mssql/createdb.sql mssql:/
|
||||||
docker exec mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P onlYoff1ce -Q "CREATE DATABASE onlyoffice;"
|
docker exec mssql /opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P onlYoff1ce -Q "CREATE DATABASE onlyoffice;"
|
||||||
docker exec mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P onlYoff1ce -d onlyoffice -i /createdb.sql
|
docker exec mssql /opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P onlYoff1ce -d onlyoffice -i /createdb.sql
|
||||||
|
|
||||||
- name: Run Jest
|
- name: Run Jest
|
||||||
run: npm run "integration database tests"
|
run: npm run "integration database tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user