We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6b7d3 commit 5234f1dCopy full SHA for 5234f1d
.github/workflows/ci.yaml
@@ -121,6 +121,9 @@ jobs:
121
- name: Install Maven modules
122
run: |
123
mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip -Djacoco.skip=true
124
+ - name: Integration Tests
125
+ run: |
126
+ bazelisk --batch test //test/integration/...
127
build-java8-except-gapic-generator-java:
128
name: "build(8) except for gapic-generator-java"
129
runs-on: ubuntu-22.04
0 commit comments