Skip to content

Commit

Permalink
Removed git cache
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Sep 5, 2023
1 parent 041620f commit 52a7baa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
${{ runner.os }}-dart-
- run: dart pub get

- run: dart pub run build_runner build --delete-conflicting-outputs
- run: dart analyze --fatal-infos --fatal-warnings .
- run: ./bin/fvm.dart install master

- name: Genrates git cache
run: ./bin/fvm.dart install master

- run: dart test
2 changes: 1 addition & 1 deletion lib/src/services/context.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class FVMContext {
name,
fvmDir: fvmDir,
fvmVersionsDir: fvmVersionsDir,
useGitCache: useGitCache ?? true,
useGitCache: useGitCache ?? false,
isTest: isTest,
flutterRepo: flutterRepo,
gitCacheDir: gitCacheDir,
Expand Down

0 comments on commit 52a7baa

Please sign in to comment.