Skip to content

Commit fbb9080

Browse files
committed
chore: split into two steps
1 parent 0e911a2 commit fbb9080

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Integration Tests
4747
run: bazel --batch test //test/integration/...
4848

49-
- name: Gradle Build Tests on Generated Libraries
49+
- name: Gradle Build Generated Storage Client Library
5050
run: |
5151
echo "Building Storage lib from generated source..."
5252
mkdir /tmp/java-storage
@@ -55,6 +55,8 @@ jobs:
5555
./gradlew clean build publishToMavenLocal
5656
popd
5757
58+
- name: Gradle Build Generated Compute Client Library
59+
run: |
5860
echo "Building Compute lib from generated source..."
5961
mkdir /tmp/java-compute
6062
bazel --batch build @com_google_googleapis//google/cloud/compute/v1small:google-cloud-compute-small-v1-java

0 commit comments

Comments
 (0)