Skip to content

Commit

Permalink
build: try faster docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed May 8, 2024
1 parent fadaf03 commit e1ad87d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 e1ad87d

Please sign in to comment.