Skip to content

Commit

Permalink
feat: install compatibility check (#1508)
Browse files Browse the repository at this point in the history
* feat: install clirr check

* install an independent action

* format changes

* change name

* change action name
  • Loading branch information
JoeWang1127 committed Mar 20, 2023
1 parent 894ba37 commit 960067a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci-maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,21 @@ jobs:
# Exclude the root project
run: mvn -B -ntp fmt:check

compatibility:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
cache: maven
- run: java -version
- name: Compatibility check
# package jar so that gapic-generator-java module can use
# testlib modules of gax
run: mvn package clirr:check -DskipTests

showcase:
runs-on: ubuntu-22.04
strategy:
Expand Down

0 comments on commit 960067a

Please sign in to comment.