Skip to content

Commit 5655616

Browse files
Copilotyi-nuo426
andcommitted
Fix grep regex to use extended syntax
Co-authored-by: yi-nuo426 <218099172+yi-nuo426@users.noreply.github.com>
1 parent 54fc8b6 commit 5655616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-meshery-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run Meshery UI Tests
6464
working-directory: meshery/ui
6565
run: |
66-
if grep -q '"test"\s*:' package.json; then
66+
if grep -qE '"test"\s*:' package.json; then
6767
npm run test -- --passWithNoTests
6868
else
6969
echo "No tests found in Meshery UI, skipping test step"

0 commit comments

Comments
 (0)