File tree Expand file tree Collapse file tree 7 files changed +16
-11
lines changed Expand file tree Collapse file tree 7 files changed +16
-11
lines changed Original file line number Diff line number Diff line change
1
+ self-hosted-runner :
2
+ labels :
3
+ # Stops incorrect warning of android-large-runner being used
4
+ - android-large-runner
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
- name : Decode secret
142
142
env :
143
143
FLANK : ${{ secrets.FLANK }}
144
- run : echo $FLANK > flank.json
144
+ run : echo " $FLANK" > flank.json
145
145
146
146
- name : Setup Gradle
147
147
uses : gradle/actions/setup-gradle@v3
@@ -185,7 +185,7 @@ jobs:
185
185
if : |
186
186
failure() &&
187
187
steps.check-alignment.outcome == 'success'
188
- run : cat build/fladle/fladleResults/HtmlErrorReport.html | cut -d\` -f2 >> results.json
188
+ run : cut -d\` -f2 < build/fladle/fladleResults/HtmlErrorReport.html >> results.json
189
189
190
190
- name : Print failure report
191
191
if : |
Original file line number Diff line number Diff line change 49
49
- name : Decode secret
50
50
env :
51
51
FLANK : ${{ secrets.FLANK }}
52
- run : echo $FLANK > flank.json
52
+ run : echo " $FLANK" > flank.json
53
53
54
54
- name : Setup Gradle
55
55
uses : gradle/actions/setup-gradle@v3
66
66
67
67
- name : Generate json file with failures
68
68
if : ${{ failure() }}
69
- run : cat build/fladle/fladleResults/HtmlErrorReport.html | cut -d\` -f2 >> results.json
69
+ run : cut -d\` -f2 < build/fladle/fladleResults/HtmlErrorReport.html >> results.json
70
70
71
71
- name : Print failure report
72
72
if : ${{ failure() }}
Original file line number Diff line number Diff line change 89
89
- name : Decode secret
90
90
env :
91
91
FLANK : ${{ secrets.FLANK }}
92
- run : echo $FLANK > flank.json
92
+ run : echo " $FLANK" > flank.json
93
93
94
94
- name : Setup Gradle
95
95
uses : gradle/actions/setup-gradle@v3
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
- name : Generate json file with failures
108
108
if : ${{ failure() }}
109
- run : cat build/fladle/fladleResults/HtmlErrorReport.html | cut -d\` -f2 >> results.json
109
+ run : cut -d\` -f2 < build/fladle/fladleResults/HtmlErrorReport.html >> results.json
110
110
111
111
- name : Print failure report
112
112
if : ${{ failure() }}
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
- name : Decode secret
133
133
env :
134
134
FLANK : ${{ secrets.FLANK }}
135
- run : echo $FLANK > flank.json
135
+ run : echo " $FLANK" > flank.json
136
136
137
137
- name : Setup Gradle
138
138
uses : gradle/actions/setup-gradle@v3
@@ -149,7 +149,7 @@ jobs:
149
149
150
150
- name : Generate json file with failures
151
151
if : ${{ failure() }}
152
- run : cat build/fladle/fladleResults/HtmlErrorReport.html | cut -d\` -f2 >> results.json
152
+ run : cut -d\` -f2 < build/fladle/fladleResults/HtmlErrorReport.html >> results.json
153
153
154
154
- name : Print failure report
155
155
if : ${{ failure() }}
Original file line number Diff line number Diff line change 49
49
- name : Decode secret
50
50
env :
51
51
FLANK : ${{ secrets.FLANK }}
52
- run : echo $FLANK > flank.json
52
+ run : echo " $FLANK" > flank.json
53
53
54
54
- name : Setup Gradle
55
55
uses : gradle/actions/setup-gradle@v3
66
66
67
67
- name : Generate json file with failures
68
68
if : ${{ failure() }}
69
- run : cat build/fladle/fladleResults/HtmlErrorReport.html | cut -d\` -f2 >> results.json
69
+ run : cut -d\` -f2 < build/fladle/fladleResults/HtmlErrorReport.html >> results.json
70
70
71
71
- name : Print failure report
72
72
if : ${{ failure() }}
Original file line number Diff line number Diff line change 26
26
github_token : ${{ secrets.GT_DAXMOBILE }}
27
27
reporter : github-pr-review
28
28
level : warning
29
- fail_level : warning
29
+ fail_level : warning
30
+ actionlint_flags : --config-file .github/actionlint.yaml
You can’t perform that action at this time.
0 commit comments