Skip to content

Commit

Permalink
Merge pull request #89 from openedx/tmp
Browse files Browse the repository at this point in the history
build: improve docs time
  • Loading branch information
Ian2012 committed May 14, 2024
2 parents b16a795 + 633459f commit 0558ab8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ PLUGINS:
DOCKER_IMAGE_OPENEDX: edunext/openedx-aspects:latest
DOCKER_IMAGE_ASPECTS: edunext/aspects:latest
DOCKER_IMAGE_SUPERSET: edunext/aspects-superset:latest
SUPERSET_DASHBOARD_LOCALES: []
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
pip install -r requirements.txt
dbt deps
- name: Initialize Open edX
continue-on-error: true
run: |
tutor plugins enable aspects
tutor config save
tutor local start -d
tutor local do init
tutor local do init -l aspects
tutor local do load-xapi-test-data
- name: Check docs coverage
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ jobs:
pip install -r requirements.txt
dbt deps
- name: Initialize Open edX
continue-on-error: true
run: |
tutor plugins enable aspects
tutor config save
tutor local start -d
tutor local do init
tutor local do init -l aspects
tutor local do load-xapi-test-data
- name: Build docs
run: |
Expand Down

0 comments on commit 0558ab8

Please sign in to comment.