diff --git a/.github/ensure-tester/action.yml b/.github/ensure-tester/action.yml index 0c1e16adfb4a..9bdda082b791 100644 --- a/.github/ensure-tester/action.yml +++ b/.github/ensure-tester/action.yml @@ -68,6 +68,10 @@ runs: ec2_key_name: "build-instance" ec2_instance_tags: "[]" + - name: Print Startup Log + shell: bash + run: cat /run/log.out || true # don't fail + # Set up a context for this run - name: Copy Repo to Tester shell: bash