Commit f512e32
committed
Refactor: update Android workflow
This commit updates the Android workflow in `.github/workflows/android.yml` with several changes:
- Moved `GOOGLE_PLAY_JSON_PATH` environment variable declaration to the top level.
- Simplified the `Create Google Service Account JSON` step by removing the unnecessary `mkdir -p app` command.
- Removed `persist-credentials: false` from the checkout action in the `release` job as it's the default behavior.
- Removed the separate `Cache Ruby Gems` step in the `release` job as it's now handled by `bundler-cache: true` in `setup-ruby`.
- Added a `Debug Secrets` step to the `release` job for easier troubleshooting.
- Renamed "Grant execute permission for gradlew" to "Grant gradlew permission" for brevity in the `release` job.
- Added `bundle update fastlane` to the `test` job to ensure the latest version of Fastlane is used.
- Added "Grant gradlew permission" step to the `test`, `lint`, `coverage`, and `licenses` jobs.
- Removed `fetch-depth: 1` from checkout actions in `test`, `lint`, `coverage`, and `licenses` jobs as it's not strictly necessary for these tasks.1 parent 9f2f530 commit f512e32
1 file changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
81 | | - | |
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
| |||
92 | 89 | | |
93 | 90 | | |
94 | 91 | | |
95 | | - | |
96 | | - | |
| 92 | + | |
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
| |||
108 | 104 | | |
109 | 105 | | |
110 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | | - | |
| 118 | + | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
171 | 177 | | |
172 | 178 | | |
173 | 179 | | |
| |||
186 | 192 | | |
187 | 193 | | |
188 | 194 | | |
189 | | - | |
190 | | - | |
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
| |||
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
216 | | - | |
217 | | - | |
218 | 220 | | |
219 | 221 | | |
220 | 222 | | |
| |||
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
243 | | - | |
244 | | - | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments