Skip to content

Commit 8699628

Browse files
authored
Adapt as per new set of checks (#13772)
1 parent 4fe93c9 commit 8699628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
128128
LINE_COUNT=$(echo "$BOXES" | wc -l)
129129
130-
if [ "$LINE_COUNT" -ne 7 ]; then
131-
echo "❌ Found $LINE_COUNT lines instead of 7 required lines"
130+
if [ "$LINE_COUNT" -ne 6 ]; then
131+
echo "❌ Found $LINE_COUNT lines instead of 6 required lines"
132132
exit 1
133133
fi
134134

0 commit comments

Comments
 (0)