We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39f86f commit eb94f2fCopy full SHA for eb94f2f
1 file changed
.github/workflows/ci.common.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Install
24
run: npm install --ignore-scripts
25
26
+ # We need to trigger the rebuild of @confluentinc/kafka-javascript to run scrips
27
- name: Run @confluentic/kafka-javascript scripts
28
if: ${{ inputs.package_name == '@message-queue-toolkit/kafka' }}
29
run: npm rebuild rebuild @confluentinc/kafka-javascript
0 commit comments