You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(e2e-report): support version other than latest (#2540)
This replaces the hardcoded Next.js "latest" version with an optional selector input.
While I was at it, I clarified some confusing aspects of this setup. It's tripped up multiple people
already.
Co-authored-by: Michal Piechowiak <[email protected]>
echo "Downloading ${version} test results from run https://github.com/netlify/next-runtime/actions/runs/${{ steps.get-run-id.outputs.runId }}"
46
+
rm "${OUTPUT_DIR}/${OUTPUT_FILENAME}"
47
+
artifact_name="${version}-test-results.json"
48
+
# NOTE: The artifact name is not necessarily the artifact *file* name. The file name here
49
+
# must be `test-results.json`, but this is defined at the artifact upload step.
0 commit comments