Skip to content

Commit

Permalink
Add evidence build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower authored Sep 27, 2023
1 parent 733130d commit 543ca9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
uses: actions/setup-python@v4.7.0
with:
python-version: "3.10.x"
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: 18.x
- name: Install requirements
run: python3 -m pip install -r requirements.txt
- name: Run EL
Expand All @@ -21,3 +25,5 @@ jobs:
run: dbt deps && dbt build
- name: Lint SQL
run: sqlfluff lint models --format github-annotation-native
- name: Build Evidence
run: npm --filter ./reports run build:strict

0 comments on commit 543ca9e

Please sign in to comment.