From 46a8f178b978f52a8e9af34c5e14eaed98671f65 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Wed, 6 Mar 2024 14:26:17 -0800 Subject: [PATCH] fix workflow --- .github/workflows/celest_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index cc00bc06..c48bc30b 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -61,7 +61,7 @@ jobs: echo "Booted simulator" - name: Test (iOS) working-directory: packages/celest_core/example - run: flutter test -d test integration_test/secure_storage_test.dart + run: flutter test -d ios integration_test/secure_storage_test.dart - name: Test (macOS) working-directory: packages/celest_core/example run: flutter test -d macos integration_test/secure_storage_test.dart