diff --git a/.github/workflows/codebuild_runner_test.yml b/.github/workflows/codebuild_runner_test.yml index dd9cdf6..0cf2f06 100644 --- a/.github/workflows/codebuild_runner_test.yml +++ b/.github/workflows/codebuild_runner_test.yml @@ -12,3 +12,5 @@ jobs: - run: | echo "force trigger again" echo -e "running GHA workflow ${{ github.event.number }}\nbuild: ${{ github.run_id }}\nattempt: ${{ github.run_attempt }}" + - listclusters: | + aws eks list-clusters --region us-east-1 --output json