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 1897415 commit 2a61c77Copy full SHA for 2a61c77
.github/workflows/main-build.yml
@@ -259,8 +259,8 @@ jobs:
259
- name: run tests
260
run: |
261
export TTL_DATE=${{ steps.date.outputs.ttldate }}
262
- export TF_VAR_JAVA_AUTO_INSTRUMENTATION_TAG=${{ needs.build.outputs.java_agent_tag }}
263
- export TF_VAR_JAVA_AUTO_INSTRUMENTATION_REPOSITORY="${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}"
+ export TF_VAR_java_auto_instrumentation_tag=${{ needs.build.outputs.java_agent_tag }}
+ export TF_VAR_java_auto_instrumentation_repository="${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}"
264
export DDB_BATCH_CACHE_SK=${{ needs.build.outputs.java_agent_tag }}
265
cd testing-framework/terraform
266
make execute-batch-test
0 commit comments