File tree Expand file tree Collapse file tree
packages/dart_diff_cli/lib/src/utils Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Set up Flutter
3232 uses : subosito/flutter-action@v2
3333 with :
34- flutter-version : ' 3.19.6 '
34+ flutter-version : ' 3.27.3 '
3535 channel : ' stable'
36+ cache : true
37+
38+ - name : Install dependencies
39+ run : flutter pub get
3640
3741 - name : Run Flutter Diff Action
3842 uses : ./
@@ -67,12 +71,16 @@ jobs:
6771 - name : Set up Flutter
6872 uses : subosito/flutter-action@v2
6973 with :
70- flutter-version : ' 3.19.6 '
74+ flutter-version : ' 3.27.3 '
7175 channel : ' stable'
76+ cache : true
7277
7378 - name : Install Melos
7479 run : dart pub global activate melos
7580
81+ - name : Run Melos
82+ run : melos bs
83+
7684 - name : Run Flutter Diff Action
7785 uses : ./
7886 with :
8391
8492 verify_tests :
8593 name : Verify All Tests
86- needs : [ test_simple_app, test_super_app ]
94+ needs : [test_simple_app, test_super_app]
8795 runs-on : ubuntu-latest
8896 if : always()
8997 steps :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ String getRelativeBasePath([Logger? logger]) {
1717 final basePath = Directory .current.path.withUnixPath ();
1818 final repoRoot = getGitRepoRoot ();
1919 final relativeBasePath = basePath.withoutBasePath (repoRoot);
20- logger? .info ('Running in current directory: $relativeBasePath \n '
20+ logger? .info ('Current directory: $relativeBasePath \n '
2121 'Repository root: $repoRoot \n '
2222 'Relative base path: $relativeBasePath \n ' );
2323 return relativeBasePath;
You can’t perform that action at this time.
0 commit comments