Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 12, 2024
1 parent 17acb8f commit 0d57dd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
# run: |
# tutor images build openedx

- name: Configure LMS to be externally accessible
run: |
tutor config save --set LMS_HOST=0.0.0.0
- name: Start Tutor
run: |
tutor local launch -I
Expand Down

0 comments on commit 0d57dd3

Please sign in to comment.