Skip to content

Populate Connection Context with DataSource #77

Populate Connection Context with DataSource

Populate Connection Context with DataSource #77

Workflow file for this run

name: CI
on:
push:
branches: [ main, 1.0.x ]
pull_request:
jobs:
build:
if: github.repository == 'jdbc-observations/datasource-micrometer'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: maven
- name: Build
run: ./mvnw package --batch-mode