Skip to content

Documentation: Add a bit of style to the README #7

Documentation: Add a bit of style to the README

Documentation: Add a bit of style to the README #7

name: Apache Kafka, Apache Flink
on:
pull_request:
branches: ~
paths:
- '.github/workflows/stack-kafka-flink.yml'
- 'stacks/kafka-flink/**'
- 'requirements.txt'
push:
branches: [ main ]
paths:
- '.github/workflows/stack-kafka-flink.yml'
- 'stacks/kafka-flink/**'
- 'requirements.txt'
# Allow job to be triggered manually.
workflow_dispatch:
# Run job each night after CrateDB nightly has been published.
schedule:
- cron: '0 3 * * *'
# Cancel in-progress jobs when pushing to the same branch.
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [ "ubuntu-latest" ]
name: OS ${{ matrix.os }}
steps:
- name: Acquire sources
uses: actions/checkout@v4
- name: Run test program
run: |
cd stacks/kafka-flink
bash test.sh