Skip to content

Commit

Permalink
Move sqlfluff last so dbt packages are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower authored Sep 24, 2023
1 parent 3cfbd8a commit bee9520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
python-version: "3.10.x"
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Lint SQL
run: sqlfluff lint --format github-annotation-native
- name: Run EL
run: python3 el.py -lc
- name: Run T
run: dbt deps && dbt build
- name: Lint SQL
run: sqlfluff lint models --format github-annotation-native

0 comments on commit bee9520

Please sign in to comment.