Skip to content

Commit 3bbee55

Browse files
committed
Test
1 parent 6a0e553 commit 3bbee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
${{ env.SAMPLE_APP_NAMESPACE }} && \
167167
aws eks update-kubeconfig --name ${{ inputs.test-cluster-name }} --region ${{ inputs.aws-region }}"
168168
169-
execute_and_retry 2 "kubectl delete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}"
169+
execute_and_retry 2 "kubectl dete pods --all -n ${{ env.SAMPLE_APP_NAMESPACE }}"
170170
execute_and_retry 2 "kubectl wait --for=condition=Ready --request-timeout '5m' pod --all -n ${{ env.SAMPLE_APP_NAMESPACE }}"
171171
172172
echo "Attempting to connect to the main sample app endpoint"

0 commit comments

Comments
 (0)