File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ name: ffigen_weekly
5
5
6
6
on :
7
7
# Run once a week.
8
+ push :
9
+ branches : [main, stable]
10
+ paths :
11
+ - ' .github/workflows/ffigen_weekly.yml'
12
+ pull_request :
13
+ branches : [main, stable]
14
+ paths :
15
+ - ' .github/workflows/ffigen_weekly.yml'
8
16
schedule :
9
17
- cron : " 0 0 * * 0"
10
18
@@ -22,11 +30,10 @@ jobs:
22
30
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
23
31
- uses : subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
24
32
with :
25
- flutter-version : 3.19.0
26
33
channel : ' stable'
27
34
- name : Install dependencies
28
35
run : flutter pub get && flutter pub get --directory="../objective_c"
29
36
- name : Build test dylib and bindings
30
- run : dart test/setup.dart
37
+ run : dart test/setup.dart --main-thread-dispatcher
31
38
- name : Run VM tests
32
39
run : flutter test
You can’t perform that action at this time.
0 commit comments