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 16, 2025
1 parent 78ad976 commit 7beb2e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/oxid-esales/cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ docker compose up -d || {
mv docker-compose.yml.backup docker-compose.yml
exit 1
}
$EXIT_CODE=$?
EXIT_CODE=$?

echo "Waiting for services to stabilize..."
sleep 30
Expand All @@ -124,7 +124,7 @@ sleep 30

echo "Displaying Cypress logs..."
docker compose logs cypress || echo "No logs available for Cypress."
exit $EXIT_CODE

NO_MAKE_UP=false

# Parse arguments
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@ jobs:
- install
- runscript
- runslim
- cypress
- sonarcloud
- yamllint
- actionlint
Expand Down

0 comments on commit 7beb2e0

Please sign in to comment.