Skip to content

Commit

Permalink
install timeout for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 3, 2024
1 parent 068214c commit 2014014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/wait-for-as-server-to-start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ inputs:
runs:
using: "composite"
steps:
- name: 'macOS: install timeout command'
if: ${{ runner.os == 'macOS' }}
run: brew install coreutils

# Composite actions doesn't support step-level timeout-minutes
# Use timeout command and store polling script in file to make easier to read
# Call bash shell explicitly since timeout uses "sh" shell by default, for some reason
Expand Down

0 comments on commit 2014014

Please sign in to comment.