Skip to content

Commit

Permalink
TC-47 Test cypress e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Tkachev committed Jan 14, 2025
1 parent dd1be21 commit 2c21d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/oxid-esales/cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ docker compose up -d || {
cp docker-compose.yml.backup docker-compose.yml
exit 1
}
EXIT_CODE=$?

# Wait for containers to be healthy
echo "Waiting for containers to be healthy..."
Expand All @@ -106,4 +107,4 @@ docker compose logs cypress
sleep 30
docker compose logs cypress

echo "Setup completed successfully!"
exit $EXIT_CODE

0 comments on commit 2c21d0e

Please sign in to comment.