File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install
24
24
run : npm install --ignore-scripts
25
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
30
+
26
31
- name : Build TS
27
32
run : npm run build -- --filter=${{ inputs.package_name }}
28
33
Original file line number Diff line number Diff line change 27
27
node_version : ${{ matrix.node-version }}
28
28
package_name : ${{ matrix.package-name }}
29
29
30
- kafka :
31
- strategy :
32
- matrix :
33
- node-version : [22.x, 24.x]
34
- uses : kibertoad/message-queue-toolkit/.github/workflows/ci.common.yml@main
35
- with :
36
- node_version : ${{ matrix.node-version }}
37
- package_name : ' @message-queue-toolkit/kafka'
38
-
39
30
automerge :
40
- needs : [ general, kafka ]
31
+ needs : [ general ]
41
32
runs-on : ubuntu-latest
42
33
permissions :
43
34
pull-requests : write
You can’t perform that action at this time.
0 commit comments