We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0328d commit 13cbf54Copy full SHA for 13cbf54
1 file changed
.github/workflows/test-vp-create.yml
@@ -267,8 +267,8 @@ jobs:
267
run: |
268
output=$(vp run ready 2>&1)
269
echo "$output"
270
- if ! echo "$output" | grep -q 'cache hit'; then
271
- echo "✗ Expected cache hit on second run"
+ if ! echo "$output" | grep -q 'cache hit (100%)'; then
+ echo "✗ Expected 100% cache hit on second run"
272
exit 1
273
fi
274
- echo "✓ Cache hit verified"
+ echo "✓ 100% cache hit verified"
0 commit comments