diff --git a/.github/workflows/codebuild_runner_test.yml b/.github/workflows/codebuild_runner_test.yml index 0cf2f06..d8e6abe 100644 --- a/.github/workflows/codebuild_runner_test.yml +++ b/.github/workflows/codebuild_runner_test.yml @@ -9,8 +9,10 @@ jobs: runs-on: - codebuild-cfpb-regtech-gha-test-1-${{ github.run_id }}-${{ github.run_attempt }} steps: - - run: | + - name: echo + run: | echo "force trigger again" echo -e "running GHA workflow ${{ github.event.number }}\nbuild: ${{ github.run_id }}\nattempt: ${{ github.run_attempt }}" - - listclusters: | + - name: listclusters: + run: | aws eks list-clusters --region us-east-1 --output json