Skip to content

Prepare for 3.2.1 release #FIXME #1235

Prepare for 3.2.1 release #FIXME

Prepare for 3.2.1 release #FIXME #1235

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coursier/cache-action@v3
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Check formatting
run: sbt scalafmtCheckAll
- name: Run unit tests
run: sbt +test
- name: Run integration tests Kinesis
run: sbt "project kinesisDistroless" IntegrationTest/test
- name: Run integration tests PubSub
run: sbt "project pubsubDistroless" IntegrationTest/test
- name: Run integration tests Kafka
run: sbt "project kafkaDistroless" IntegrationTest/test