Skip to content

Commit

Permalink
change entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 17, 2024
1 parent 9caf9d9 commit 1ec3d8d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ steps:
waitFor: ["library-generation-build"]

- name: ${_TEST_IMAGE_ID}
entrypoint: python
entrypoint: bash
args: [
"python",
"-m",
"unittest",
"hermetic_build/library_generation/tests/integration_tests.py"
Expand Down

0 comments on commit 1ec3d8d

Please sign in to comment.