Skip to content

Commit f0277ca

Browse files
committed
modify integration
1 parent b7a1af7 commit f0277ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-tests-sqlserver.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Install dependencies
4141
run: pip install -r dev_requirements.txt
4242

43+
- name: Setup secondary db
44+
run: /bin/bash ./devops/scripts/init_db.sh
45+
4346
- name: Run functional tests
4447
run: pytest -ra -v tests/functional --profile "ci_sql_server"
4548
env:

0 commit comments

Comments
 (0)