From 7b9a4dae50603c77ebb9dc7f620644f21f64028c Mon Sep 17 00:00:00 2001 From: Mila Page Date: Sun, 31 Mar 2024 17:15:15 -0700 Subject: [PATCH] Just trying stuff. --- .github/workflows/internal-archive-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/internal-archive-release.yml b/.github/workflows/internal-archive-release.yml index 01e6c15..530b71c 100644 --- a/.github/workflows/internal-archive-release.yml +++ b/.github/workflows/internal-archive-release.yml @@ -55,7 +55,7 @@ env: NOTIFICATION_PREFIX: "[Internal Archive Release]" TEMP_PROFILE_NAME: "temp_aws_profile" HATCH_ADAPTERS: (postgres) # Must be | deliminated list - SKIP_TEST_ADAPTERS: (spark|trino) # Must be | deliminated list + SKIP_TEST_ADAPTERS: (spark|trino|databricks) @@ -98,6 +98,10 @@ jobs: echo The release ref: ${{ inputs.ref }} echo Package test command: ${{ inputs.package_test_command }} + - name: Testtttt + uses: actions/checkout@v4 + run: git clone https://github.com/starburstdata/dbt-trino.git + - name: "Checkout provided ref, default to branch main" uses: actions/checkout@v4 with: