Skip to content

Commit

Permalink
Just trying stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Apr 1, 2024
1 parent 17226db commit 7b9a4da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/internal-archive-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7b9a4da

Please sign in to comment.