Skip to content

Fix memory leaks in functions part 1 (#2066) (#2090) #2130

Fix memory leaks in functions part 1 (#2066) (#2090)

Fix memory leaks in functions part 1 (#2066) (#2090) #2130

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