Skip to content

chore(deps): update localstack/localstack docker tag to v4 #912

chore(deps): update localstack/localstack docker tag to v4

chore(deps): update localstack/localstack docker tag to v4 #912

name: aws-kinesis-consumer-project
on:
push:
paths:
- "aws-kinesis-project/consumer/**"
branches: [ main ]
pull_request:
paths:
- "aws-kinesis-project/consumer/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "./aws-kinesis-project/consumer"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK
uses: actions/setup-java@v4.5.0
with:
java-version: 21
distribution: 'temurin'
cache: 'maven'
- name: Build and analyze
run: ./mvnw clean verify