Loading...
Loading...
Validate a commit-specific Next.js preview package and manually trigger the entire Next.js deployment test suite through the test_e2e_deploy_release.yml GitHub Actions workflow. Use only when asked to run the full deploy test suite or this workflow specifically from an internal vercel/next.js PR branch. Do not use for focused deployment-test sanity checks; run the relevant tests locally with pnpm test-deploy instead. Covers resolving the latest branch SHA, waiting for vercel-packages, preserving default workflow inputs, dispatching the workflow, and verifying the run.
npx skill4agent add vercel/next.js deploy-release-testNEXT_TEST_VERSION=https://vercel-packages.vercel.app/next/commits/<commit-sha>/next pnpm test-deploy <path-to-test>vercel/next.js.github/workflows/test_e2e_deploy_release.ymlvercel/next.jsgh pr view <pr-number> --repo vercel/next.js \
--json number,url,headRefName,headRefOid,isCrossRepository<pr-number>isCrossRepositorytrueheadRefNameheadRefOidhttps://vercel-packages.vercel.app/next/commits/<commit-sha>/nextnode scripts/wait-for-preview-tarball.mjs --commit-sha <commit-sha>HEADbuild-and-deployupload-preview-tarballsheadRefNameheadRefOidnextVersiongh workflow run test_e2e_deploy_release.yml \
--repo vercel/next.js \
--ref <pr-branch> \
-f nextVersion=https://vercel-packages.vercel.app/next/commits/<commit-sha>/next-fvercelCliVersion: vercel@latestgh run list --repo vercel/next.js \
--workflow test_e2e_deploy_release.yml \
--branch <pr-branch> \
--event workflow_dispatch \
--limit 5 \
--json databaseId,url,status,conclusion,headBranch,headSha,displayTitle,createdAtheadBranchheadShadisplayTitleheadSha$pr-status-triage$create-pr