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 4b42df6 commit 90346f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
- name: Check Open edX eox-core eox-info
run: |
until curl -sSf http://local.edly.io/eox-core/eox-info; do
echo "Waiting for LMS to be ready..."
echo "Waiting for EOX CORE to be ready..."
sleep 5
done
echo "LMS is up and running!"
echo "EOX CORE is up and running!"
- name: Check eox-tenant eox-info
run: |
until curl -sSf http://local.edly.io/eox-tenant/eox-info; do
echo "Waiting for LMS to be ready..."
echo "Waiting for EOX TENANT to be ready..."
sleep 5
done
echo "LMS is up and running!"
echo "EOX TENANT is up and running!"

0 comments on commit 90346f9

Please sign in to comment.