From f228af82f2ae0bf97b1a511d01666a7e498291e4 Mon Sep 17 00:00:00 2001 From: Pranshi Date: Fri, 22 Mar 2024 20:47:18 +0530 Subject: [PATCH] wip: github ci pipeline --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a78f7d..4624892 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: # working-directory: script run: sleep 100 && cd cosmos/script && npm install --save @azure/cosmos && node app.js - name: Build connector - run: cd cosmos && npm i -g rimraf && npm run build + run: cd cosmos && npm install --save @azure/cosmos && npm i -g rimraf && npm run build - name: Start connector run: cd cosmos && npm run start serve --configuration connector_config_emulator.json - name: Check out ndc-spec