Skip to content

Commit

Permalink
fix(ci): run full stack
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Feb 20, 2025
1 parent b8073c8 commit 340442b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
node-version-file: '.nvmrc'

- uses: restorecommerce/setup-system-action@v1
with:
backing-only: false

- name: Install Dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
]
},
"latestOffset": true,
"timeout": 15000,
"orderCreated": {
"messageObject": "io.restorecommerce.order.Order"
},
Expand Down
1 change: 1 addition & 0 deletions src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ export class OrderingService

this.emitters = cfg.get('events:emitters');
this.tech_user = cfg.get('authorization:techUser');
this.kafka_timeout = cfg.get('events:kafka:timeout') ?? 5000;

// optional Fulfillment
const fulfillment_cfg = cfg.get('client:fulfillment');
Expand Down

0 comments on commit 340442b

Please sign in to comment.