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
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