Skip to content

Commit 5237810

Browse files
authored
ci: Enable tests on macOS (#1769)
1 parent 4ffc402 commit 5237810

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,12 @@ jobs:
300300
( cd server; dart run bin/server.dart ) &
301301
flutter test -d macos integration_test/platform_test.dart --dart-define USE_LOCAL_SERVER=true
302302
flutter test -d macos integration_test/lib_test.dart --dart-define USE_LOCAL_SERVER=true
303-
# TODO: Integration tests on macOS 13 currently time out.
304-
# flutter test -d macos integration_test/app_test.dart --dart-define USE_LOCAL_SERVER=true
303+
flutter test -d macos integration_test/app_test.dart --dart-define USE_LOCAL_SERVER=true
305304
306305
macos-14:
307306
runs-on: macos-14
308307
timeout-minutes: 30
309-
if: false # TODO: Tests on macOS 14 currently fail.
308+
if: inputs.enable_macos
310309
steps:
311310
- uses: actions/checkout@v4
312311
- uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)