Skip to content

Commit

Permalink
ci: use modern analytics opt-out
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 19, 2023
1 parent 2caa198 commit d903c36
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
with:
channel: "stable"
cache: true
- name: 🌐 Disable telemetry
run: flutter --disable-telemetry
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: 📦 Install dependencies
run: flutter pub get
- name: ⚙️ Cache generated files
Expand Down Expand Up @@ -134,8 +134,8 @@ jobs:
with:
channel: ${{ matrix.flutter }}
cache: true
- name: 🌐 Disable telemetry
run: flutter --disable-telemetry
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: 📦 Install dependencies
run: flutter pub get
- name: ⚙️ Download generated code
Expand Down Expand Up @@ -179,8 +179,8 @@ jobs:
with:
channel: ${{ matrix.flutter }}
cache: true
- name: 🌐 Disable telemetry
run: flutter --disable-telemetry
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: 📦 Install dependencies
run: flutter pub get
- name: ⚙️ Download generated code
Expand Down Expand Up @@ -218,8 +218,8 @@ jobs:
with:
channel: ${{ matrix.flutter }}
cache: true
- name: 🌐 Disable telemetry
run: flutter --disable-telemetry
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: 📦 Install dependencies
run: flutter pub get
- name: ⚙️ Download generated code
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
with:
channel: ${{ matrix.flutter }}
cache: true
- name: 🌐 Disable telemetry
run: flutter --disable-telemetry
- name: 🌐 Disable analytics
run: flutter --disable-analytics
- name: ✨ Verify formatting
run: dart format --output=none --set-exit-if-changed .

0 comments on commit d903c36

Please sign in to comment.