Skip to content

updated kafka repository to use test containers #24

updated kafka repository to use test containers

updated kafka repository to use test containers #24

Workflow file for this run

name: verify-pr
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Run Makefile
env:
TOKEN: ${{ secrets.TOKEN }}
run: make build