Skip to content

Commit 92c8b99

Browse files
committed
test
1 parent ee778e7 commit 92c8b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-lambda-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Download Lambda Layer artifact for E2E Test
9999
if: ${{ env.CALLER_WORKFLOW_NAME != 'appsignals-java-e2e-lambda-canary-test' }}
100100
run: |
101-
aws s3 cp s3://lambdav2-test/aws-opentelemetry-java-layer.zip ${{ env.ARTIFACTS_DIR }}/layer.zip
101+
aws s3 cp s3://lambdav2-test1/aws-opentelemetry-java-layer.zip ${{ env.ARTIFACTS_DIR }}/layer.zip
102102
103103
- name: Download the lambda function artifact for E2E test
104104
run: aws s3 cp ${{ env.SAMPLE_APP_ZIP }} ${{ env.ARTIFACTS_DIR }}/java-function.zip

0 commit comments

Comments
 (0)