Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Nov 24, 2024
1 parent 4ad04d1 commit 67b042a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/slim_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ jobs:
if: success() && steps.findPr.outputs.number
env:
PR: ${{ steps.findPr.outputs.pr }}
ACTIONS_STEP_DEBUG: true


- name: validate dbt models
run: dbt build --target ci --args "$arg_PR"
env:
arg_PR: "{'schema_name': '$PR'}"
ACTIONS_STEP_DEBUG: true


- name: validate LD
Expand Down

0 comments on commit 67b042a

Please sign in to comment.