Skip to content

Commit 8c332d0

Browse files
committed
Adding amqp to test
1 parent 5c8d57e commit 8c332d0

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.amqp.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI Kafka
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
call-build-flow:
11+
uses: kibertoad/message-queue-toolkit/.github/workflows/ci.common.yml
12+
# TODO: introduce matrix for node versions
13+
with:
14+
working_directory: 'packages/amqp'
15+
node_version: '22.x'

0 commit comments

Comments
 (0)