Skip to content

Commit

Permalink
add localstack logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bcodell committed Dec 11, 2023
1 parent 46add74 commit cf60ebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ jobs:
DBT_PROFILES_DIR: . # Use integration_tests/profiles.yml
- name: dbt CI - snowflake
run: |
localstack start -d
DEBUG=1 localstack start -d
localstack extensions install localstack-extension-snowflake
cd ./integration_tests
dbt build -x --target snowflake
env:
DBT_PROFILES_DIR: . # Use integration_tests/profiles.yml
- name: localstack logs
if: always()
run: localstack logs
- name: dbt CI - bigquery
run: |
cd ./integration_tests
Expand Down

0 comments on commit cf60ebb

Please sign in to comment.