We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc2431 commit 6c738c5Copy full SHA for 6c738c5
.github/workflows/ci.yml
@@ -547,7 +547,7 @@ jobs:
547
timeout-minutes: 15
548
with:
549
cache: restore
550
- cleanup-node: ${{ format('{0}', matrix.modules == 'plugin/trino-singlestore' || matrix.modules == 'plugin/trino-exasol' || matrix.modules == 'plugin/trino-oracle') }}
+ cleanup-node: ${{ format('{0}', matrix.modules == 'plugin/trino-singlestore' || matrix.modules == 'plugin/trino-exasol' || matrix.modules == 'plugin/trino-oracle' || matrix.modules == 'plugin/trino-iceberg') }}
551
java-version: ${{ matrix.jdk != '' && matrix.jdk || '25.0.1' }}
552
- name: Maven Install
553
run: |
0 commit comments