Commit dea45de
authored
build: add missing install step to Java 8 CI job (#12852)
The build-java8-except-gapic-generator-java job was missing a step to
install dependencies, which caused it to fail when resolving unpublished
artifacts from the monorepo. This commit adds the step to install all
modules using Java 17 before running the tests.
Fixes #128421 parent 351c57a commit dea45de
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
184 | 190 | | |
185 | 191 | | |
186 | 192 | | |
| |||
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
195 | | - | |
| 201 | + | |
196 | 202 | | |
197 | 203 | | |
198 | 204 | | |
| |||
0 commit comments