Skip to content

Config: reuse existing preTerminationPeriod instead of new shutdownTi… #751

Config: reuse existing preTerminationPeriod instead of new shutdownTi…

Config: reuse existing preTerminationPeriod instead of new shutdownTi… #751

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