Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 19, 2024
1 parent 8deab90 commit ba98d92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ steps:
python3 -m venv .venv
source .venv/bin/activate
pip install --require-hashes -r .cloudbuild/library_generation/scripts/requirements.txt
python -m unittest .cloudbuild/library_generation/scripts/integration_tests_cloud_build.py
python -m unittest .cloudbuild/library_generation/scripts/integration_tests.py
id: verify-generation
waitFor: ["generate-libraries"]
options:
Expand Down

0 comments on commit ba98d92

Please sign in to comment.