Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: rename full-convergence-check.yaml to bom-content-test #6366

Merged
merged 4 commits into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,3 @@ jobs:
mvn -B -V -ntp verify -Dtest="BomContentAssertionsTest"
working-directory: tests

full-dependencies-convergence:
runs-on: ubuntu-latest
if: github.repository_owner == 'googleapis' && github.head_ref == 'release-please--branches--main'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 8
- run: java -version
- name: Install BOMs
run: |
mvn -B -V -ntp install
- name: Validate dependency convergence of library dependencies in the Google Cloud BOM
run: |
mvn -B -V -ntp validate
working-directory: tests/dependency-convergence

Loading