Skip to content

Commit

Permalink
change cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 17, 2024
1 parent 8669388 commit 7d3f86c
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,10 @@ steps:

- name: python:3.13.1
entrypoint: bash
args: [
"-c",
"python",
"-m",
"unittest",
"hermetic_build/library_generation/tests/integration_tests.py"
]
args:
- "-c"
- |
python -m unittest hermetic_build/library_generation/tests/integration_tests.py
waitFor: ["additional-deps"]
id: integration-test

Expand Down

0 comments on commit 7d3f86c

Please sign in to comment.