diff --git a/.github/actions/wait-for-as-server-to-start/action.yml b/.github/actions/wait-for-as-server-to-start/action.yml index 3a51f1964..26a3133ec 100644 --- a/.github/actions/wait-for-as-server-to-start/action.yml +++ b/.github/actions/wait-for-as-server-to-start/action.yml @@ -16,6 +16,7 @@ runs: # There is no healthcheck by default in the server Docker image, # and we use the default image for community edition. + # We can just reuse our wait script because the CE server should be ready after it finishes. - name: Wait for EE server to start # Composite actions doesn't support step-level timeout-minutes, so we use timeout command. # Call bash shell explicitly since timeout uses "sh" shell by default, for some reason