Skip to content

Bump com.h2database:h2 from 1.4.191 to 2.2.220 #203

Bump com.h2database:h2 from 1.4.191 to 2.2.220

Bump com.h2database:h2 from 1.4.191 to 2.2.220 #203

Workflow file for this run

name: CI Build
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setting up JDK8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Running Kafka
run: docker-compose -f docker/compose/kafka-schema-registry.yml up -d && sleep 10
- name: Building and testing the changes
run: mvn clean test