Skip to content

Commit 874ce5a

Browse files
committed
path
1 parent e366913 commit 874ce5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ jobs:
760760
steps:
761761
- checkout
762762
- run: node apps/remix-ide-e2e/src/buildGroupTests.js
763+
-
763764
- run:
764765
name: Check for enabled tests matching tag
765766
command: |
@@ -769,7 +770,7 @@ jobs:
769770
exit 2
770771
fi
771772
echo "🔍 Searching for enabled tests with .$TAG extension..."
772-
if grep -IRiL "'@disabled': \?true" "dist/apps/remix-ide-e2e/src/tests" | grep "\.${TAG}"; then
773+
if grep -IRiL "'@disabled': \?true" "./apps/remix-ide-e2e/src/tests" | grep "\.${TAG}"; then
773774
echo "✅ Found enabled .$TAG tests."
774775
exit 0
775776
else

0 commit comments

Comments
 (0)