Skip to content

Smoke test for Makefile #4

Smoke test for Makefile

Smoke test for Makefile #4

Workflow file for this run

name: 💨 Smoke Test - Makefile
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies and fire up docker-compose
run: make create
# - name: Create Kafka Topic
# run: make topic
- name: Create Pinot Tables
run: make tables
- name: Import Data
run: make import
- name: Valudate that cluster is Up and Schemas are deployed
run: make validate
- name: Testdown
run: make destroy