Skip to content

Commit 0e0388c

Browse files
committed
chore: try playwright envars
Signed-off-by: Marcel Dias <marcel.dias@camunda.com>
1 parent 8dedaae commit 0e0388c

File tree

1 file changed

+3
-1
lines changed
  • .github/actions/internal-camunda-chart-tests

1 file changed

+3
-1
lines changed

.github/actions/internal-camunda-chart-tests/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,11 +903,13 @@ runs:
903903
MANAGEMENT_IDENTITY_CONTEXT_PATH=${MANAGEMENT_IDENTITY_CONTEXT_PATH}
904904
TEST_AUTH_TYPE=${TEST_AUTH_TYPE}
905905
TEST_CLIENT_ID=${TEST_CLIENT_ID}
906+
SKIP_TEST_INGRESS=false
907+
SKIP_TEST_WEBMODELER=false
906908
TASKLIST_VERSION=v2
907909
PLAYWRIGHT_BASE_URL=https://${CAMUNDA_DOMAIN}
908910
KEYCLOAK_URL=https://${CAMUNDA_DOMAIN}
909911
MINOR_VERSION=SM-${CAMUNDA_VERSION}
910-
CLUSTER_VERSION=""
912+
CLUSTER_VERSION=
911913
DISTRO_QA_E2E_TESTS_IDENTITY_FIRSTUSER_USERNAME=${FIRSTUSER_USERNAME}
912914
DISTRO_QA_E2E_TESTS_KEYCLOAK_USERNAME=${KEYCLOAK_USERNAME}
913915
CI=true

0 commit comments

Comments
 (0)