Skip to content

Commit

Permalink
Update e2e-cypress.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kpawelczak committed Aug 23, 2024
1 parent 67a078a commit d69f8c6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ci-scripts/e2e-cypress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if [[ "${SSR}" = true ]]; then
if [ "${GITHUB_EVENT_NAME}" == "pull_request" ]; then
if [[ "${GITHUB_HEAD_REF}" == epic/* ]]; then
npm run e2e:run:ci:ssr
else
else
npm run e2e:run:ci:core:ssr
fi
else
Expand All @@ -103,13 +103,13 @@ else
echo '-----'
echo "Running Cypress end to end tests"

# if [ "${GITHUB_EVENT_NAME}" == "pull_request" ]; then
# if [[ "${GITHUB_HEAD_REF}" == epic/* ]]; then
# npm run e2e:run:ci"${SUITE}"
# else
# npm run e2e:run:ci:core"${SUITE}"
# fi
# else
if [ "${GITHUB_EVENT_NAME}" == "pull_request" ]; then
if [[ "${GITHUB_HEAD_REF}" == epic/* ]]; then
npm run e2e:run:ci"${SUITE}"
else
npm run e2e:run:ci:core"${SUITE}"
fi
else
npm run e2e:run:ci"${SUITE}"
# fi
fi
fi

0 comments on commit d69f8c6

Please sign in to comment.