Skip to content

Commit

Permalink
wip: github ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 committed Mar 22, 2024
1 parent 83e04d7 commit f228af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f228af8

Please sign in to comment.