Skip to content

Commit 7734c98

Browse files
committed
test: Enable macos tests
1 parent 625d44d commit 7734c98

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

0 commit comments

Comments
 (0)