Skip to content

Commit

Permalink
Merge pull request #105 from openedx/bmtcril/speed_up_ci
Browse files Browse the repository at this point in the history
build: Speed up CI by only running commands we need
  • Loading branch information
Cristhian Garcia authored Jun 20, 2024
2 parents aa58bd7 + 7ff2442 commit 5b88ba5
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 dbt tests
run: |
Expand Down

0 comments on commit 5b88ba5

Please sign in to comment.