Skip to content

Data Streaming Summit presentation and demo #17

Data Streaming Summit presentation and demo

Data Streaming Summit presentation and demo #17

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