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 1c792cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,11 @@ jobs:
working-directory: ${{ env.PROJECT_DIR }}
shell: bash

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

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

0 comments on commit 1c792cf

Please sign in to comment.