File tree 1 file changed +13
-11
lines changed 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : flutter integration tests
2
2
on :
3
- push :
4
- branches :
5
- - main
6
- - release/**
7
- pull_request :
8
- paths-ignore :
9
- - ' file/**'
3
+ # Currently broken, enable after fixing
4
+ workflow_dispatch
5
+ # push:
6
+ # branches:
7
+ # - main
8
+ # - release/**
9
+ # pull_request:
10
+ # paths-ignore:
11
+ # - 'file/**'
10
12
11
13
jobs :
12
14
cancel-previous-workflow :
@@ -26,15 +28,15 @@ jobs:
26
28
strategy :
27
29
fail-fast : false
28
30
matrix :
29
- sdk : [' stable', ' beta' ]
31
+ sdk : [" stable", " beta" ]
30
32
steps :
31
33
- name : checkout
32
34
uses : actions/checkout@v3
33
35
34
36
- uses : actions/setup-java@v3
35
37
with :
36
- distribution : ' adopt'
37
- java-version : ' 11 '
38
+ distribution : " adopt"
39
+ java-version : " 11 "
38
40
39
41
-
uses :
subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # [email protected]
40
42
with :
93
95
fail-fast : false
94
96
matrix :
95
97
# 'beta' is flaky because of https://github.com/flutter/flutter/issues/124340
96
- sdk : [' stable' ]
98
+ sdk : [" stable" ]
97
99
steps :
98
100
- name : checkout
99
101
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments