Skip to content

Commit

Permalink
Added missing patrol CLI installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Oct 11, 2024
1 parent b087788 commit 2952a96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/integration-test-with-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ curl -sSL https://ngrok-agent.s3.amazonaws.com/ngrok.asc | sudo tee /etc/apt/tru
echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | sudo tee /etc/apt/sources.list.d/ngrok.list &&
sudo apt update && sudo apt install ngrok

# Install patrol CLI
dart pub global activate patrol_cli

ngrok http http://localhost:80 --log=stdout >/dev/null &
until [[ $(curl localhost:4040/api/status | jq -r ".status") == "online" ]]; do
echo "Waiting for ngrok to connect..."
Expand Down

0 comments on commit 2952a96

Please sign in to comment.