Skip to content

Commit 3cf8ba6

Browse files
committed
TEST
1 parent a186687 commit 3cf8ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ec2-genesis-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ jobs:
146146
--region ${{ env.E2E_TEST_AWS_REGION }}
147147
--account-id ${{ env.E2E_TEST_ACCOUNT_ID }}
148148
--service-name langchain-traceloop-app
149-
--instance-id ${{ env.INSTANCE_ID }}'
150-
--trace-id ${{ env.XRAY_TRACE_ID }}'
149+
--instance-id ${{ env.INSTANCE_ID }}
150+
--trace-id ${{ env.XRAY_TRACE_ID }}
151151
--baggage ${{ env.BAGGAGE }}'
152152

153153
- name: Cleanup

0 commit comments

Comments
 (0)