Skip to content

Commit

Permalink
build: Speed up CI by only running commands we need
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Jun 18, 2024
1 parent f9356d5 commit 7f9e240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
tutor plugins enable aspects
tutor config save
tutor local start -d
tutor local do init -l aspects
tutor local do init-clickhouse
tutor local do alembic
tutor local do dbt
tutor local do load-xapi-test-data
- name: Check docs coverage
run: |
Expand Down

0 comments on commit 7f9e240

Please sign in to comment.