SNOW-1168512: continuing SNOW-1020043: expose timeouts (DEFAULT_CONNECTION_TIMEOUT and DEFAULT_HTTP_CLIENT_SOCKET_TIMEOUT) in JDBC as Connection string and/or datasource property #3797
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Style | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
check-style: | |
name: Check Style | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Check Style | |
shell: bash | |
run: mvn clean validate --batch-mode --show-version -P check-style |