Skip to content

Commit

Permalink
chore(flutter): some more working directory changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Feb 13, 2025
1 parent d1dbbbf commit 64686d2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
flutter-checks:
name: Flutter checks
runs-on: ubuntu-latest
defaults:
run:
working-directory: flutter/measure_flutter
timeout-minutes: 15
steps:
- name: Clone repository
Expand All @@ -39,6 +36,8 @@ jobs:
with:
channel: stable
flutter-version: 3.29.0
- name: Change to Flutter directory
run: flutter/measure_flutter
- name: Pub get
run: flutter pub get
- name: Verify formatting
Expand All @@ -48,12 +47,7 @@ jobs:
- name: Flutter tests
run: flutter test
- name: Change to Android directory
run: |
cd example/android
echo "Current working directory:"
pwd
echo "Directory contents:"
ls -la
run: cd example/android
- name: Android checks
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 64686d2

Please sign in to comment.