Skip to content

Compatibility Tests - JDBC #4

Compatibility Tests - JDBC

Compatibility Tests - JDBC #4

Workflow file for this run

name: Compatibility Tests - JDBC
on:
push:
branches:
- jdbc/*
env:
RESULT_REPO_ACCESS_TOKEN: ${{ secrets.TEST_RESULTS_REPO_TOKEN }}
jobs:
jdbc:
runs-on: ubuntu-latest
container:
image: buildpack-deps:focal
options: --user root
steps:
- uses: actions/[email protected]
- name: Fix ownership issues
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Run JDBC compatibility tests
run: |-
cd ./jdbc
./run_jdbc_tests.sh
shell: bash