Skip to content

Adjust new lines at the end of file #3

Adjust new lines at the end of file

Adjust new lines at the end of file #3

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/checkout@v3.5.0
- 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