Skip to content

Commit fa4554d

Browse files
committed
Test
1 parent c09dada commit fa4554d

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
@@ -100,7 +100,7 @@ jobs:
100100
id: create_service_account
101101
uses: ./.github/workflows/actions/execute_and_retry
102102
with:
103-
command: "eksctl create iamserviceaccount \
103+
command: "ektl create iamserviceaccount \
104104
--name service-account-${{ env.TESTING_ID }} \
105105
--namespace ${{ env.SAMPLE_APP_NAMESPACE }} \
106106
--cluster ${{ inputs.test-cluster-name }} \
@@ -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 }}/enabment-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 }}" \

0 commit comments

Comments
 (0)