Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
akalia25 committed Apr 23, 2024
1 parent 69ea57e commit 5795288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/telemetry-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
shell: bash
run: |
echo "Checking for deprecated telemetry calls"
matches=$(grep -rn "logEvent\|telemetryService.log\|logEvents\|eventLogger\.log" --include="*.{js,ts,tsx}")
set -e
matches=$(grep -rn "logEvent\|telemetryService.log\|logEvents\|eventLogger\.log" --include="*.{js,ts,tsx}" || true)
echo "matches: ${matches}"
# run: |
Expand Down

0 comments on commit 5795288

Please sign in to comment.