Skip to content

Commit

Permalink
update the configuration-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Apr 3, 2024
1 parent 673ff41 commit e551319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Setup database
run: |
sleep 60
sleep 120
cd cosmos/script
npm install --save @azure/cosmos
node app.js
Expand All @@ -45,8 +45,8 @@ jobs:
- name: Start connector
run: |
cd cosmos
export HASURA_CONFIGURATION_DIRECTORY="./connector_config_emulator.json"
npm run start serve --configuration connector_config_emulator.json &
export HASURA_CONFIGURATION_DIRECTORY="."
npm run start serve --configuration .
- name: Checkout ndc-spec
uses: actions/checkout@v3
Expand Down

0 comments on commit e551319

Please sign in to comment.