diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c1077d..3ecf5dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,4 @@ jobs: - name: Lint SQL run: sqlfluff lint models --format github-annotation-native - name: Build Evidence - run: npm --filter ./reports run build:strict + run: npm run build:strict --prefix ./reports