mirror of https://github.com/apache/druid.git
do not run non sql compatible tests for all jdk flavours (#13875)
This commit is contained in:
parent
a10e4150d5
commit
81356f7667
|
@ -117,13 +117,12 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
jdk: [11, 17]
|
||||
sql_compatibility: [ false, true ]
|
||||
name: unit tests (jdk${{ matrix.jdk }}, sql-compat=${{ matrix.sql_compatibility }})
|
||||
uses: ./.github/workflows/unit-tests.yml
|
||||
needs: unit-tests
|
||||
with:
|
||||
jdk: ${{ matrix.jdk }}
|
||||
sql_compatibility: ${{ matrix.sql_compatibility }}
|
||||
sql_compatibility: true
|
||||
|
||||
standard-its:
|
||||
needs: unit-tests
|
||||
|
|
Loading…
Reference in New Issue