Skip to content

Commit

Permalink
test #1
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 14, 2024
1 parent d30aadf commit 337f80a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/diff-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
project_id: crypto-stellar
credentials_json: "${{ secrets.CREDS_PROD_HUBBLE }}"

- name: Set up dbt profile
run: |
. ci_profiles.sh
# - name: Set up dbt profile
# run: |
# . ci_profiles.sh

- name: Checkout source branch and diff quality
run: |
git checkout ${{ github.ref_name }}
dbt docs generate
diff-quality --violations=sqlfluff --fail-under=95 --compare-branch=origin/master

0 comments on commit 337f80a

Please sign in to comment.