From ef0293cacfec291306f851900d98478491cb0134 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 25 Nov 2024 20:35:01 +0200 Subject: [PATCH] chore: fix CI branch in test (#10274) --- .github/workflows/test-cli-with-database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cli-with-database.yml b/.github/workflows/test-cli-with-database.yml index 9737a1ae8f..07080d0b91 100644 --- a/.github/workflows/test-cli-with-database.yml +++ b/.github/workflows/test-cli-with-database.yml @@ -51,7 +51,7 @@ jobs: - name: Create Medusa project run: | - medusa new cli-test --skip-db --v2 --branch feat/v2-ci + medusa new cli-test --skip-db --v2 --branch ci working-directory: .. - name: run medusa dev