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 20, 2024
1 parent f9356d5 commit 7ff2442
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
pip install -r requirements.txt
dbt deps
- name: Initialize Open edX
continue-on-error: true
continue-on-error: false
run: |
tutor plugins enable aspects
tutor config save
tutor local start -d
tutor local do init -l aspects
tutor local start ralph -d
tutor local do init-clickhouse
tutor local do alembic -c "upgrade head"
tutor local do dbt
tutor local do load-xapi-test-data
- name: Check docs coverage
run: |
Expand Down

0 comments on commit 7ff2442

Please sign in to comment.