Skip to content

Commit 61773c8

Browse files
committed
typo
1 parent ddb4476 commit 61773c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ jobs:
772772
exit 2
773773
fi
774774
echo "🔍 Searching for enabled tests with .$PATTERN extension..."
775-
if grep -IRiL "'@disabled': \?true" "./apps/remix-ide-e2e/src/tests" | grep "${PATTEN}"; then
775+
if grep -IRiL "'@disabled': \?true" "./apps/remix-ide-e2e/src/tests" | grep "${PATTERN}"; then
776776
echo "✅ Found enabled .$PATTERN tests."
777777
exit 0
778778
else

0 commit comments

Comments
 (0)