Skip to content

Commit

Permalink
disable CLI animations
Browse files Browse the repository at this point in the history
  • Loading branch information
btrautmann committed Sep 16, 2024
1 parent 5d57f36 commit 510ae08
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
- name: Install Dependencies
run: flutter packages get

- name: Disable animations
run: flutter config --no-cli-animations

- name: Run tests
run: |
flutter --disable-analytics
flutter test --no-pub --coverage --test-randomize-ordering-seed=random
- name: Upload failures
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ jobs:
- name: Install Dependencies
run: flutter packages get

- name: Disable animations
run: flutter config --no-cli-animations

- name: Run tests
run: |
flutter --disable-analytics
flutter test --no-pub --coverage --test-randomize-ordering-seed=random
- name: Upload failures
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/post_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
- name: Install Dependencies
run: flutter packages get

- name: Disable animations
run: flutter config --no-cli-animations

- name: Run tests
run: |
flutter --disable-analytics
flutter test --no-pub --coverage --test-randomize-ordering-seed=random
- uses: codecov/codecov-action@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update_goldens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ jobs:
channel: 'stable'
cache: true

- name: Disable animations
run: flutter config --no-cli-animations

- name: Update Goldens
run: |
flutter --disable-analytics
flutter test --update-goldens
continue-on-error: true

Expand Down

0 comments on commit 510ae08

Please sign in to comment.