Skip to content

Commit

Permalink
fix: MAESTRO_CLI_NO_ANALYTICS
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrauber committed Sep 9, 2024
1 parent 80ad481 commit 8a8b9b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ jobs:
ram-size: 2048M
target: default
script: maestro test --format=junit --output=report.xml --no-ansi example/.maestro
env:
MAESTRO_CLI_NO_ANALYTICS: true
2 changes: 2 additions & 0 deletions .github/workflows/ios-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ jobs:
with:
flow: example/.maestro
report: report.xml
env:
MAESTRO_CLI_NO_ANALYTICS: true

0 comments on commit 8a8b9b2

Please sign in to comment.