Skip to content

Issue 1996 - Add agtype to json typecast (#2075) (#2081) #2134

Issue 1996 - Add agtype to json typecast (#2075) (#2081)

Issue 1996 - Add agtype to json typecast (#2075) (#2081) #2134

Workflow file for this run

name: JDBC Driver Tests
on:
push:
branches: [ "PG11" ]
pull_request:
branches: [ "PG11" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: drivers/jdbc
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Build and Test
run: gradle build