Skip to content

update AP 1.2 and use official kafka images (#8) #11

update AP 1.2 and use official kafka images (#8)

update AP 1.2 and use official kafka images (#8) #11

Workflow file for this run

name: Smoke Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: make pull_images
- name: Run All
run: make run_default_make
- name: Clean up
run: make stop_containers