Skip to content

Commit

Permalink
💚 Try to fix cronet
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 18, 2024
1 parent 8485ce6 commit fdb76d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ jobs:
flutter pub get && dart tool/prepare_for_embedded.dart
- id: install
name: Install dependencies
working-directory: pkgs/${{ matrix.package }}
working-directory: 'pkgs/${{ matrix.package }}'
run: flutter pub get
- name: Check formatting
if: always() && steps.install.outcome == 'success'
working-directory: pkgs/${{ matrix.package }}
working-directory: 'pkgs/${{ matrix.package }}'
run: dart format --output=none --set-exit-if-changed .
- name: Analyze code
if: always() && steps.install.outcome == 'success'
working-directory: pkgs/${{ matrix.package }}
working-directory: 'pkgs/${{ matrix.package }}'
run: flutter analyze --fatal-infos
- name: Run tests
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
if: always() && steps.install.outcome == 'success'
working-directory: pkgs/${{ matrix.package }}/example
working-directory: 'pkgs/${{ matrix.package }}/example'
with:
# api-level/minSdkVersion should be help in sync in:
# - .github/workflows/cronet.yml
Expand Down

0 comments on commit fdb76d1

Please sign in to comment.