Showing
1 changed file
with
1 additions
and
2 deletions
@@ -17,9 +17,8 @@ jobs: | @@ -17,9 +17,8 @@ jobs: | ||
17 | # https://github.com/marketplace/actions/flutter-action | 17 | # https://github.com/marketplace/actions/flutter-action |
18 | - uses: subosito/flutter-action@v1 | 18 | - uses: subosito/flutter-action@v1 |
19 | with: | 19 | with: |
20 | - flutter-version: '1.20.2' | 20 | + flutter-version: '1.20.4' |
21 | channel: 'stable' | 21 | channel: 'stable' |
22 | - - run: cd getx | ||
23 | - run: flutter pub get | 22 | - run: flutter pub get |
24 | #- run: flutter analyze | 23 | #- run: flutter analyze |
25 | # run flutter widgets tests and unit tests | 24 | # run flutter widgets tests and unit tests |
-
Please register or login to post a comment