Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 13, 2024
1 parent 273c34e commit 99dec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check Open edX LMS heartbeat
run: |
until curl -sSf http://www.myopenedx.com/heartbeat; do
until curl -sSf http://local.edly.io/heartbeat; do
echo "Waiting for LMS to be ready..."
sleep 5
done
Expand Down

0 comments on commit 99dec5c

Please sign in to comment.