Skip to content

Commit

Permalink
build($Docker): update container run command with `param_3_from_comma…
Browse files Browse the repository at this point in the history
…nd_line`
  • Loading branch information
johnnymillergh committed Sep 3, 2022
1 parent 7c7e36e commit db46b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: docker build . -t python_boilerplate:smoke-test-tag
- name: Smoke test docker image
run: |
docker run --rm python_boilerplate:smoke-test-tag 10
docker run --rm python_boilerplate:smoke-test-tag param_3_from_command_line

0 comments on commit db46b14

Please sign in to comment.