Skip to content

Commit 7d3f86c

Browse files
committed
change cmd
1 parent 8669388 commit 7d3f86c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,10 @@ steps:
4545

4646
- name: python:3.13.1
4747
entrypoint: bash
48-
args: [
49-
"-c",
50-
"python",
51-
"-m",
52-
"unittest",
53-
"hermetic_build/library_generation/tests/integration_tests.py"
54-
]
48+
args:
49+
- "-c"
50+
- |
51+
python -m unittest hermetic_build/library_generation/tests/integration_tests.py
5552
waitFor: ["additional-deps"]
5653
id: integration-test
5754

0 commit comments

Comments
 (0)