Skip to content

Commit 434f4d4

Browse files
Copilotrajbos
andcommitted
Remove character limit from CSS test - check entire file instead
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent 82096b6 commit 434f4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
echo "Testing CSS bundle at: $CSS_URL"
143143
CSS_CONTENT=$(curl -fsSL "$CSS_URL" || exit 1)
144144
145-
if echo "$CSS_CONTENT" | head -c 2000 | grep -q "body\|html\|\."; then
145+
if echo "$CSS_CONTENT" | grep -q "body\|html\|\."; then
146146
echo "✅ CSS bundle is accessible and contains expected styles"
147147
else
148148
echo "❌ CSS bundle is not accessible or doesn't contain expected styles"

0 commit comments

Comments
 (0)