Skip to content

Commit 13cbf54

Browse files
committed
ci(create-e2e): assert 100% cache hit rate on second monorepo run
1 parent 2e0328d commit 13cbf54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-vp-create.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ jobs:
267267
run: |
268268
output=$(vp run ready 2>&1)
269269
echo "$output"
270-
if ! echo "$output" | grep -q 'cache hit'; then
271-
echo "✗ Expected cache hit on second run"
270+
if ! echo "$output" | grep -q 'cache hit (100%)'; then
271+
echo "✗ Expected 100% cache hit on second run"
272272
exit 1
273273
fi
274-
echo "✓ Cache hit verified"
274+
echo "✓ 100% cache hit verified"

0 commit comments

Comments
 (0)