Skip to content

Commit

Permalink
bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
luutuankiet committed Nov 24, 2024
1 parent 67b042a commit 87eedd6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/slim_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,19 @@ jobs:
- name: Install npm dependencies
run: npm install -g "@lightdash/cli@${{ steps.version.outputs.value }}" || npm install -g @lightdash/cli@latest

- uses: jwalton/gh-find-current-pr@master

- name: Find Current PR
uses: jwalton/gh-find-current-pr@master
id: findPr
# This will echo "Your PR is 7", or be skipped if there is no current PR.
- run: echo 'PR="${PR}"' >> $GITHUB_ENV
- name: Set PR Number
if: success() && steps.findPr.outputs.number
env:
PR: ${{ steps.findPr.outputs.pr }}
ACTIONS_STEP_DEBUG: true
run: echo "PR=${{ steps.findPr.outputs.pr }}" >> $GITHUB_ENV


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


- name: validate LD
Expand Down

0 comments on commit 87eedd6

Please sign in to comment.