Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(e2e-report): fix workflow test results file path
The e2e-report site reads the data file from `e2e-report/data/test-results.json`. The CI workflow was downloading an artifact called `latest-test-results.json` into the right directory but without renaming it. We didn't notice for some time because we have a committed file at the expected, and we'd been regularly updating it while actively working on the e2e-report site. While I was at it, I made this a bit clearer and replaced the hardcoded Next.js version with a selector input.
- Loading branch information