Skip to content

Commit

Permalink
chore(ci): try to debug 'command brotli not found' (#8305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Aug 30, 2024
1 parent 2395af3 commit 9ee8dd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ensure-tester/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ee8dd6

Please sign in to comment.