Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Mar 6, 2024
1 parent 43a9995 commit f591661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/celest_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ jobs:
ios-version: 17
- name: Test (iOS)
working-directory: packages/celest_core/example
run: flutter test -d iPhone integration_test/secure_storage_test.dart
run: flutter test -d test 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
test_android:
needs: analyze_and_format
runs-on:
group: public
labels: linux
timeout-minutes: 15
steps:
Expand Down

0 comments on commit f591661

Please sign in to comment.