Skip to content

Commit 1cafbc9

Browse files
committed
fix: tests path
Signed-off-by: Marcel Dias <marcel.dias@camunda.com>
1 parent 2e13dcc commit 1cafbc9

File tree

1 file changed

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

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ runs:
772772
773773
echo "🔍 Verifying Helm Playwright test prerequisites..."
774774
775-
TEST_SUITE_PATH="${TESTS_CAMUNDA_HELM_CHART_REPO_PATH}/charts/camunda-platform-${CAMUNDA_VERSION}/test/integration/testsuites"
775+
TEST_SUITE_PATH="${TESTS_CAMUNDA_HELM_CHART_REPO_PATH}/charts/camunda-platform-${CAMUNDA_VERSION}/test/e2e"
776776
777777
# Export paths to GITHUB_ENV for subsequent steps
778778
echo "HELM_PLAYWRIGHT_TEST_SUITE_PATH=$TEST_SUITE_PATH" >> "$GITHUB_ENV"
@@ -808,8 +808,8 @@ runs:
808808
path: |
809809
~/.npm
810810
${{ env.HELM_PLAYWRIGHT_TEST_SUITE_PATH }}/node_modules
811-
key: npm-playwright-${{ inputs.camunda-version }}-${{ hashFiles(format('{0}/charts/camunda-platform-{1}/test/integration/testsuites/package-lock.json',
812-
inputs.tests-camunda-helm-chart-repo-path, inputs.camunda-version)) }}
811+
key: npm-playwright-${{ inputs.camunda-version }}-${{ hashFiles(format('{0}/charts/camunda-platform-{1}/test/e2e/package-lock.json', inputs.tests-camunda-helm-chart-repo-path,
812+
inputs.camunda-version)) }}
813813
restore-keys: |
814814
npm-playwright-${{ inputs.camunda-version }}-
815815
@@ -912,8 +912,6 @@ runs:
912912
cat >> "$ENV_FILE" << EOF
913913
CI=true
914914
VERBOSE=true
915-
TEST_BASE_PATH=${TEST_SUITE_PATH}/files
916-
FIXTURES_DIR=${TEST_SUITE_PATH}/files
917915
EOF
918916
919917
echo "✅ Environment file created at $ENV_FILE"

0 commit comments

Comments
 (0)