Skip to content

Commit 4b2f96d

Browse files
committed
Removing check for project as redundant
1 parent c45ddeb commit 4b2f96d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.ibm/pipelines/utils.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,6 @@ run_tests() {
628628
local playwright_project=$3
629629
local url="${4:-}"
630630

631-
if ! grep -q "name: \"${playwright_project}\"" "${DIR}/../../e2e-tests/playwright.config.ts" 2> /dev/null; then
632-
log::warn "Playwright project '${playwright_project}' may not exist in config"
633-
return 1
634-
fi
635-
636631
CURRENT_DEPLOYMENT=$((CURRENT_DEPLOYMENT + 1))
637632
save_status_deployment_namespace $CURRENT_DEPLOYMENT "$namespace"
638633
save_status_failed_to_deploy $CURRENT_DEPLOYMENT false

0 commit comments

Comments
 (0)