File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1414 - uses : subosito/flutter-action@v2
1515 with :
1616 channel : stable
17- flutter-version : " 3.32.0 "
17+ flutter-version : " 3.32.8 "
1818 - run : |
1919 sudo apt-get update -y
2020 sudo apt-get install -y ninja-build libgtk-3-dev libayatana-appindicator3-dev xvfb
@@ -28,19 +28,18 @@ jobs:
2828 - uses : subosito/flutter-action@v2
2929 with :
3030 channel : stable
31- flutter-version : " 3.32.0 "
31+ flutter-version : " 3.32.8 "
3232 - uses : bluefireteam/melos-action@v3
33- # Blocked by https://github.com/flutter/flutter/issues/118469
34- # - working-directory: ./packages/window_manager/example
35- # run: flutter test integration_test -v
33+ - working-directory : ./packages/window_manager/example
34+ run : flutter test integration_test -v
3635 integration_test-windows :
3736 runs-on : windows-latest
3837 steps :
3938 - uses : actions/checkout@v2
4039 - uses : subosito/flutter-action@v2
4140 with :
4241 channel : stable
43- flutter-version : " 3.32.0 "
42+ flutter-version : " 3.32.8 "
4443 - uses : bluefireteam/melos-action@v3
4544 - working-directory : ./packages/window_manager/example
4645 run : flutter test integration_test -v
You can’t perform that action at this time.
0 commit comments