Skip to content

Commit 89bf09b

Browse files
authored
Merge branch 'master' into dependabot/pip/grai-server/app/strawberry-graphql-0.243.0
2 parents faa4de5 + 5c3c36f commit 89bf09b

File tree

11 files changed

+1231
-1223
lines changed

11 files changed

+1231
-1223
lines changed

.github/workflows/integration-mssql-ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,23 @@ jobs:
5555
env:
5656
ACCEPT_EULA: "Y"
5757
MSSQL_SA_PASSWORD: ${{ env.DB_PASSWORD }}
58+
MSSQL_PID: Developer
5859
ports:
5960
- 1433:1433
6061

6162
steps:
6263
- uses: actions/checkout@v4
6364

65+
- name: Install SQL Server tools (sqlcmd)
66+
run: |
67+
sudo apt-get update
68+
sudo ACCEPT_EULA=Y apt-get install -y mssql-tools18>18.0.0
69+
6470
- name: Set up SQL db
6571
working-directory: ${{ env.project_dir }}/data
6672
env:
6773
MSSQL_SA_PASSWORD: ${{env.DB_PASSWORD}}
74+
AUTH_ARG: "N" # I can't get it to install sqlcmd>18. This is a hack
6875
run: |
6976
bash init-db.sh
7077

0 commit comments

Comments
 (0)