Skip to content

Commit 82a14a2

Browse files
committed
Adjusting CI for confluentic Kafka
1 parent 74f7612 commit 82a14a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.common.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- name: Install
2424
run: npm install --ignore-scripts
2525

26+
- name: Run @confluentic/kafka-javascript scripts
27+
if: ${{ inputs.package_name == '@message-queue-toolkit/kafka' }}
28+
run: npm rebuild rebuild @confluentinc/kafka-javascript
29+
2630
- name: Build TS
2731
run: npm run build -- --filter=${{ inputs.package_name }}
2832

0 commit comments

Comments
 (0)