Skip to content

Commit

Permalink
TC-47 test cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Jan 13, 2025
1 parent 4d1c527 commit 64f42c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/oxid-esales/cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ function start_services() {
}

function wait_for_application() {
echo "Waiting for application to be ready at http://oxideshop.local..."
echo "Waiting for application to be ready at http://telecash-module-apache ..."
for i in {1..60}; do
response=$(curl -s -o /dev/null -w "%{http_code}" http://oxideshop.local)
response=$(curl -s -o /dev/null -w "%{http_code}" http://telecash-module-apache )
if [ "$response" == "200" ]; then
echo -e "${GREEN}Application is ready!${NC}"
return 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ jobs:
${{ steps.cy.outputs.cypress_container_options }} \
${{ steps.cy.outputs.cypress_container_name }} \
composer update --no-interaction -d "/var/www/${{ steps.cy.outputs.cypress_path }}"
- name: Run custom scripts
uses: 'OXID-eSales/github-actions/run_custom_scripts@v4'
Expand Down

0 comments on commit 64f42c0

Please sign in to comment.