From 1051e2adaa1e5c9784164c642315d271b8efd152 Mon Sep 17 00:00:00 2001 From: Pranshi Date: Fri, 22 Mar 2024 20:24:12 +0530 Subject: [PATCH] wip: github ci pipeline --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 633e7e9..2922676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: run: | cd cosmos npm i -g rimraf - npm install --save @azure/cosmos npm run build - name: Start connector run: cd cosmos && npm run start serve --configuration connector_config_emulator.json