forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run changed/added tests in deploy mode (vercel#67612)
Leverages the work from vercel#66445 to download artifacts for a particular commit SHA, so that it can be passed to the `test-deploy` script. This will let us run deploy tests on PRs, ensuring that they're run from the Next.js on the target branch rather than `canary`. This waits until `test-new-tests-dev` and `test-new-tests-start` complete for 2 reasons: - No reason to waste deploy resources if the changed/added tests don't even work in dev/start - It gives time for deploy-tarball to finish Sample run: https://github.com/vercel/next.js/actions/runs/9865244781/job/27241944533?pr=67612#step:28:54
- Loading branch information
Showing
4 changed files
with
69 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters