Skip to content

Commit

Permalink
With ubuntu apt ngrok rather than docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkatz committed Dec 12, 2024
1 parent 9f9bc73 commit 7b99e94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/build-and-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ runs:
export E2E_TCP_ENDPOINT_NAME=${{ github.run_id }}-tcp
# add the ngrok apt source
curl -sSL https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
| sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null \
&& echo "deb https://ngrok-agent.s3.amazonaws.com buster main" \
| sudo tee /etc/apt/sources.list.d/ngrok.list \
curl -sSL https://ngrok-agent.s3.amazonaws.com/ngrok.asc | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null
echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | sudo tee /etc/apt/sources.list.d/ngrok.list
# install packages
apt-get update && apt-get install -y \
Expand Down

0 comments on commit 7b99e94

Please sign in to comment.