From 4c1ccba3c342bc11d0388f030474f56efdf33f06 Mon Sep 17 00:00:00 2001 From: Teng YU Date: Wed, 6 Dec 2023 10:58:53 +0100 Subject: [PATCH] Add snowflake in the ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd365660d38a9..c2283c9c4b543 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -488,6 +488,7 @@ jobs: !:trino-server, !:trino-server-rpm, !:trino-singlestore, + !:trino-snowflake, !:trino-sqlserver, !:trino-test-jdbc-compatibility-old-server, !:trino-tests, @@ -612,6 +613,7 @@ jobs: - { modules: plugin/trino-redshift, profile: fte-tests } - { modules: plugin/trino-resource-group-managers } - { modules: plugin/trino-singlestore } + - { modules: plugin/trino-snowflake } - { modules: plugin/trino-sqlserver } - { modules: testing/trino-faulttolerant-tests, profile: default } - { modules: testing/trino-faulttolerant-tests, profile: test-fault-tolerant-delta }