Skip to content

Update age_load to load scalar property values with appropriate type … #2043

Update age_load to load scalar property values with appropriate type …

Update age_load to load scalar property values with appropriate type … #2043

Workflow file for this run

name: JDBC Driver Tests
on:
push:
branches: [ "PG16" ]
pull_request:
branches: [ "PG16" ]
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