Skip to content

Commit

Permalink
Temporarily add tmate session to build_and_test_dbt workflow for debu…
Browse files Browse the repository at this point in the history
…gging
  • Loading branch information
jeancochrane committed Aug 24, 2023
1 parent c047d95 commit 62179f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test_dbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
working-directory: ${{ env.PROJECT_DIR }}
shell: bash

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
limit-access-to-actor: true

- name: Update dbt state cache
uses: ./.github/actions/save_dbt_cache
with:
Expand Down

0 comments on commit 62179f1

Please sign in to comment.