Skip to content

Update the Go driver documentation, Linux installer, and CI (#1527) #1301

Update the Go driver documentation, Linux installer, and CI (#1527)

Update the Go driver documentation, Linux installer, and CI (#1527) #1301

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@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Build and Test
run: gradle build