Skip to content

Commit a3a6b3f

Browse files
committed
Re-enable compliance test runs on CI
This reverts commit 9cbfad4. The cwida/jdbccts#1 PR was just merged so compliance test should work again now.
1 parent 9cbfad4 commit a3a6b3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/Java.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,7 @@ jobs:
276276
jdbc-compliance:
277277
name: JDBC Compliance
278278
runs-on: ubuntu-20.04
279-
# temporary disabled until jdbccts is fixed
280-
# https://github.com/cwida/jdbccts/pull/1
281-
if: ${{ false }}
282-
#if: ${{ inputs.skip_tests != 'true' }}
279+
if: ${{ inputs.skip_tests != 'true' }}
283280
needs: java-linux-amd64
284281
container: quay.io/pypa/manylinux_2_28_x86_64
285282
env:

0 commit comments

Comments
 (0)