We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45ddeb commit 4b2f96dCopy full SHA for 4b2f96d
.ibm/pipelines/utils.sh
@@ -628,11 +628,6 @@ run_tests() {
628
local playwright_project=$3
629
local url="${4:-}"
630
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
-
636
CURRENT_DEPLOYMENT=$((CURRENT_DEPLOYMENT + 1))
637
save_status_deployment_namespace $CURRENT_DEPLOYMENT "$namespace"
638
save_status_failed_to_deploy $CURRENT_DEPLOYMENT false
0 commit comments