Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Re-enable iOS flutter integration test
  • Loading branch information
buenaflor committed Jan 31, 2024
commit 08f88ba90e911fa63c772e4138ffe352d9986e33
3 changes: 1 addition & 2 deletions .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ jobs:
fail-fast: false
matrix:
sdk: ["stable", "beta"]
# TODO: remove ios for now, will be fixed in v8
target: ["macos"]
target: ["ios", "macos"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down