Skip to content

.github/workflows/test-python-universal-spark.yml #3

.github/workflows/test-python-universal-spark.yml

.github/workflows/test-python-universal-spark.yml #3

name: Makefile CI
on:
repository_dispatch:
branches: [ "master", "confluent_avro_changes" ]
workflow_dispatch:
branches: [ "master", "confluent_avro_changes" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: configure
run: ./configure
- name: Install dependencies
run: make install-python-ci-dependencies
- name: Test spark
run: make test-python-universal-spark