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