Fix issue 2093: pfree() called with a NULL pointer (#2095) (#2101) #2156
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JDBC Driver Tests | |
on: | |
push: | |
branches: [ "PG15" ] | |
pull_request: | |
branches: [ "PG15" ] | |
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 |