We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e6bc0 commit 34e8fe5Copy full SHA for 34e8fe5
.github/workflows/io_file.yml
@@ -9,11 +9,13 @@ on:
9
paths:
10
- '.github/workflows/io_file.yml'
11
- 'pkgs/io_file/**'
12
+ - 'pkgs/unix_api/**'
13
pull_request:
14
branches: [ main ]
15
16
17
18
19
schedule:
20
- cron: '0 0 * * 0' # weekly
21
.github/workflows/unix_api.yml
@@ -98,7 +98,7 @@ jobs:
98
- uses: futureware-tech/simulator-action@dab10d813144ef59b48d401cd95da151222ef8cd
99
with:
100
os: iOS
101
- os_version: '>=17.0'
+ os_version: '>=13.0'
102
- run: |
103
flutter pub get
104
flutter test integration_test --reporter=failures-only --test-randomize-ordering-seed=random
0 commit comments