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: