Skip to content

Commit

Permalink
Update ngrok configuration to use port 8080 instead of port 80 in tes…
Browse files Browse the repository at this point in the history
…tdriver.yml
  • Loading branch information
chottuthejimmy committed Dec 16, 2024
1 parent 290ec2c commit fb46e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run Nginx Container
run: docker run -d -p 8080:80 nginx:latest
run: |
docker run -d -p 8080:8080 nginx:latest
- name: Install ngrok
run: |
curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null
Expand Down

0 comments on commit fb46e57

Please sign in to comment.