Skip to content

Add the command graph_stats and improve VLE messaging for load (#1750) #37

Add the command graph_stats and improve VLE messaging for load (#1750)

Add the command graph_stats and improve VLE messaging for load (#1750) #37

Workflow file for this run

name: JDBC Driver Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
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: |
export TAG=latest
gradle build