Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
check if tests run
  • Loading branch information
buenaflor committed Jan 22, 2024
commit 99a04301e5cc75a576555261c01b0a42a18dae09
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO: exclude windows for now, because of failing tests in the new image runner
os: [ubuntu-latest, macos-latest]
sdk: [stable, beta]
exclude:
- os: windows-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
fail-fast: false
matrix:
sdk: ["stable", "beta"]
target: ["ios", "macos"]
# TODO: remove ios for now, will be fixed in v8
target: ["macos"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down