Skip to content

Wait for the Vercel preview to deploy#10364

Open
jacebrowning wants to merge 2 commits intomainfrom
wait-for-vercel
Open

Wait for the Vercel preview to deploy#10364
jacebrowning wants to merge 2 commits intomainfrom
wait-for-vercel

Conversation

@jacebrowning
Copy link
Contributor

@jacebrowning jacebrowning commented Mar 9, 2026

Closes #10373


Once merged, we will need to confirm the new job is:

  • correctly skipped on main
  • correctly skipped for workflow_call

@jacebrowning jacebrowning self-assigned this Mar 9, 2026
@vercel
Copy link

vercel bot commented Mar 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modeling-app Ready Ready Preview, Comment Mar 10, 2026 11:12pm

Request Review

CI_STEP: teardown

vercel:
name: e2e:web (vercel)
Copy link
Contributor Author

@jacebrowning jacebrowning Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not settled on the final naming convention for the job but this should work for now. Future work on this initiative will create at least one e2e smoke test to confirm the app is available. At that time I'll decide if this should be part of the existing e2e:web suite or separate.

--header "x-vercel-protection-bypass: ${VERCEL_AUTOMATION_BYPASS_SECRET}" \
--output /dev/null \
--write-out "URL: $VERCEL_BASE_URL\nHTTP status code: %{http_code}\n" \
"$VERCEL_BASE_URL"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a placeholder script to confirm that the Vercel deployment is accessible from GitHub Actions. This will eventually be replaced with a Playwright test.

@jacebrowning jacebrowning marked this pull request as ready for review March 10, 2026 23:18
@jacebrowning jacebrowning requested a review from a team as a code owner March 10, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wait for the Vercel preview to deploy

2 participants