Skip to content

Commit 0a331c2

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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/e2e/package-lock.json', inputs.tests-camunda-helm-chart-repo-path,
812-
inputs.camunda-version)) }}
811+
key: npm-playwright-${{ inputs.camunda-version }}-${{ hashFiles(format('{0}/charts/camunda-platform-{1}/test/e2e/package-lock.json',
812+
inputs.tests-camunda-helm-chart-repo-path, inputs.camunda-version)) }}
813813
restore-keys: |
814814
npm-playwright-${{ inputs.camunda-version }}-
815815

0 commit comments

Comments
 (0)