Skip to content

Commit 019fbb8

Browse files
committed
Test
1 parent af3a2e4 commit 019fbb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
if [ $deployment_failed -eq 0 ]; then
156156
. ${{ env.TEST_RESOURCES_FOLDER }}/.github/workflows/util/execute_and_retry.sh
157157
execute_and_retry 3 \
158-
"${{ env.TEST_RESOURCES_FOLDER }}/enablemt-script/enable-app-signals.sh \
158+
"${{ env.TEST_RESOURCES_FOLDER }}/enablement-script/enable-app-signals.sh \
159159
${{ inputs.test-cluster-name }} \
160160
${{ inputs.aws-region }} \
161161
${{ env.SAMPLE_APP_NAMESPACE }}" \
@@ -166,7 +166,7 @@ jobs:
166166
aws eks update-kubeconfig --name ${{ inputs.test-cluster-name }} --region ${{ inputs.aws-region }}" \
167167
60
168168
169-
execute_and_retry 2 "kubectl delete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}" "" 60
169+
execute_and_retry 2 "kubectl dete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}" "" 60
170170
execute_and_retry 2 "kubectl wait --for=condition=Ready --request-timeout '5m' pod --all -n ${{ env.SAMPLE_APP_NAMESPACE }}" "" 10
171171
172172
echo "Attempting to connect to the main sample app endpoint"

0 commit comments

Comments
 (0)