Skip to content

Commit

Permalink
Merge branch 'master' into aztec_js_faulty_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Sep 6, 2024
2 parents d0798b4 + 5d48500 commit 513c09c
Show file tree
Hide file tree
Showing 789 changed files with 65,705 additions and 56,455 deletions.
7 changes: 7 additions & 0 deletions .github/ensure-tester/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ runs:
ec2_key_name: "build-instance"
ec2_instance_tags: "[]"

- name: Print Startup Log
shell: bash
run:
# Try 6 times to see if .user-data-finished has been written to
for i in {0..6} ; do scripts/run_on_tester "cat /home/ubuntu/.user-data-finished" && break ; sleep 5 ; done ;
scripts/run_on_tester "cat /run/log.out"

# Set up a context for this run
- name: Copy Repo to Tester
shell: bash
Expand Down
Loading

0 comments on commit 513c09c

Please sign in to comment.