Skip to content

Commit

Permalink
chore(flutter): revert to default working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaysood committed Feb 13, 2025
1 parent 573d887 commit fc5999e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ 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 @@ -36,10 +39,6 @@ jobs:
with:
channel: stable
flutter-version: 3.29.0
- name: Change to Flutter directory
run: cd flutter/measure_flutter
- name: pwd
run: pwd
- name: Pub get
run: flutter pub get
- name: Verify formatting
Expand All @@ -48,10 +47,6 @@ jobs:
run: flutter analyze
- name: Flutter tests
run: flutter test
- name: Change to Android directory
run: cd example/android
- name: pwd
run: pwd
- name: Android checks
uses: actions/setup-java@v3
with:
Expand All @@ -61,4 +56,4 @@ jobs:
- name: Check Gradle wrapper
uses: gradle/actions/wrapper-validation@v3

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Flutter' step
Uses Step
uses 'gradle/actions/wrapper-validation' with ref 'v3', not a pinned commit hash
- name: Run all checks
run: ./gradlew :measure_flutter:check
run: ./example/android/gradlew --project-dir ./example/android :measure_flutter:check

0 comments on commit fc5999e

Please sign in to comment.