From 43bd6c2c2af95de0af2fb75c31d8d8e388d830f4 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Mon, 11 Nov 2024 14:50:12 -0800 Subject: [PATCH] Update cupertino.yml --- .github/workflows/cupertino.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cupertino.yml b/.github/workflows/cupertino.yml index 4ce662dbc8..c4b84449e9 100644 --- a/.github/workflows/cupertino.yml +++ b/.github/workflows/cupertino.yml @@ -53,7 +53,7 @@ jobs: run: | cd example flutter pub get - flutter test -p macos integration_test/main.dart --test-randomize-ordering-seed=random + flutter test -d macos integration_test/main.dart --test-randomize-ordering-seed=random ios: name: "iOS: Test" runs-on: macos-latest