Skip to content

Commit aabe481

Browse files
committed
text change
1 parent cb42ec2 commit aabe481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/size-limit-gh-action/index.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ async function run() {
266266

267267
if (baseIsNotLatest) {
268268
bodyParts.push(
269-
'⚠️ **Warning:** Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results.',
269+
'⚠️ **Warning:** Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.',
270270
);
271271
}
272272

0 commit comments

Comments
 (0)