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
Copy file name to clipboardExpand all lines: .github/workflows/e2e-report.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ jobs:
43
43
version=${version:-latest}
44
44
OUTPUT_DIR="e2e-report/data"
45
45
OUTPUT_FILENAME="test-results.json"
46
-
echo "Downloading ${version} test results from run https://github.com/netlify/next-runtime/actions/runs/${{ steps.get-run-id.outputs.runId }}"
46
+
echo "Downloading ${version} test results from run https://github.com/opennextjs/opennextjs-netlify/actions/runs/${{ steps.get-run-id.outputs.runId }}"
47
47
rm "${OUTPUT_DIR}/${OUTPUT_FILENAME}"
48
48
artifact_name="${version}-test-results.json"
49
49
# NOTE: The artifact name is not necessarily the artifact *file* name. The file name here
0 commit comments