Skip to content

Commit

Permalink
wrap it
Browse files Browse the repository at this point in the history
  • Loading branch information
chottuthejimmy committed Dec 16, 2024
1 parent 33f3881 commit 0f31b22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ jobs:
APP_URL=$(curl --silent http://127.0.0.1:4040/api/tunnels | jq -r .tunnels[0].public_url)
echo "Generated URL: $APP_URL"
echo "app_url=$APP_URL" >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
- name: Debug ngrok logs
run: cat ngrok.log
- name: Test Against URL
run: |
# Since we are still in the same job, ngrok is still running
if [ -z "$APP_URL" ]; then
echo "Error: URL is empty"
exit 1
fi
curl "$APP_URL/health-check"
# test_url:
Expand Down

0 comments on commit 0f31b22

Please sign in to comment.