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 f1d03b6 commit 0056d60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ 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 run build
run: |
cd 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 0056d60

Please sign in to comment.