From 3340234822b4fa4b0ee7dc9292d4cf9cd4452547 Mon Sep 17 00:00:00 2001 From: Vivek Yadav Date: Wed, 8 Jan 2025 14:42:26 +0530 Subject: [PATCH] added missing cmd --- .github/workflows/integration-tests-against-emulator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests-against-emulator.yaml b/.github/workflows/integration-tests-against-emulator.yaml index b5b68f462..4de4fdcf9 100644 --- a/.github/workflows/integration-tests-against-emulator.yaml +++ b/.github/workflows/integration-tests-against-emulator.yaml @@ -113,6 +113,7 @@ jobs: - run: mysql -v -P 3306 --protocol=tcp -u root -proot test < test_data/mysqldump.test.out - run: mysql -v -P 3306 --protocol=tcp -u root -proot < test_data/mysql_interleave_dump.test.out - run: mysql -v -P 3306 --protocol=tcp -u root -proot < test_data/mysql_foreignkeyaction_dump.test.out + - run: mysql -v -P 3306 --protocol=tcp -u root -proot < test_data/mysql_checkconstraint_dump.test.out # init sql server with test_data # since we use ubuntu-latest container, we should ensure that the path matches the latest from https://packages.microsoft.com/config/ubuntu/