Skip to content

Commit

Permalink
chore: mention next.js build in e2e testing instructions (#2486)
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Stanford <[email protected]>
  • Loading branch information
serhalp and orinokai authored Jun 28, 2024
1 parent 6b1b4d1 commit 60ae4e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ following:
### Next.js tests

There is a script `run-local-test.sh` and GitHub workflow that runs the e2e tests from the Next.js
repo against this repo. It requires that `next.js` is checked out in the same parent directory as
this repo, and is run from this repo with `./run-local-test.sh your-test-pattern-here`.
There is a GitHub workflow that runs the e2e tests from the Next.js repo against this repo. There is
also a script to run these tests locally that is run from this repo with
`./run-local-test.sh your-test-pattern-here`. It requires that `next.js` is checked out in the same
parent directory as this repo and built with `pnpm run build`.

#### cleanup old deploys

Expand Down

0 comments on commit 60ae4e2

Please sign in to comment.