Skip to content

Commit d5e2449

Browse files
authored
Fix Workflow File Name for E2E Test (#216)
*Issue #, if available:* The workflow file name for E2E EC2 test changed from `application-signals-python-e2e-ec2-test.yml` to `application-signals-python-e2e-ec2-default-test.yml` in the framework repository *Description of changes:* Update the file name to the correct value Test run: https://github.com/aws-observability/aws-otel-python-instrumentation/actions/runs/9603406106 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
2 parents abe894c + 47c9820 commit d5e2449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Application Signals specific e2e tests for ec2
103103
application-signals-python-e2e-ec2-test:
104104
needs: [ build ]
105-
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/application-signals-python-e2e-ec2-test.yml@main
105+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/application-signals-python-e2e-ec2-default-test.yml@main
106106
secrets: inherit
107107
with:
108108
aws-region: ${{ needs.build.outputs.aws_default_region }}

0 commit comments

Comments
 (0)