We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cafbc9 commit 0a331c2Copy full SHA for 0a331c2
.github/actions/internal-camunda-chart-tests/action.yml
@@ -808,8 +808,8 @@ runs:
808
path: |
809
~/.npm
810
${{ 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)) }}
+ 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, inputs.camunda-version)) }}
813
restore-keys: |
814
npm-playwright-${{ inputs.camunda-version }}-
815
0 commit comments