Skip to content

Commit

Permalink
chore: Run npm ci before running make gen-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Dec 14, 2023
1 parent 6ecae2e commit b0acb36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/transformations_aws_compliance_free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: scripts/dbt-pack/package-lock.json
- name: Install Dependencies
run: npm ci
working-directory: ./scripts/dbt-pack
- name: Gen docs
run: |
make gen-docs
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/transformations_aws_compliance_premium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: scripts/dbt-pack/package-lock.json
- name: Install Dependencies
run: npm ci
working-directory: ./scripts/dbt-pack
- name: Gen docs
run: |
make gen-docs
Expand Down

0 comments on commit b0acb36

Please sign in to comment.