We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e911a2 commit fbb9080Copy full SHA for fbb9080
1 file changed
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Integration Tests
47
run: bazel --batch test //test/integration/...
48
49
- - name: Gradle Build Tests on Generated Libraries
+ - name: Gradle Build Generated Storage Client Library
50
run: |
51
echo "Building Storage lib from generated source..."
52
mkdir /tmp/java-storage
@@ -55,6 +55,8 @@ jobs:
55
./gradlew clean build publishToMavenLocal
56
popd
57
58
+ - name: Gradle Build Generated Compute Client Library
59
+ run: |
60
echo "Building Compute lib from generated source..."
61
mkdir /tmp/java-compute
62
bazel --batch build @com_google_googleapis//google/cloud/compute/v1small:google-cloud-compute-small-v1-java
0 commit comments