Skip to content

Commit

Permalink
update docker run command flags to --rm -i in via_docker job
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Dec 22, 2021
1 parent 3ece8c1 commit 9c26053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ jobs:
- uses: actions/checkout@v2

- name: Run in docker container
run: cat examples/job.json | docker run -it restohq/resto put https://reqres.in/api/users/878 -c json --body-stdin
run: cat examples/job.json | docker run --rm -i restohq/resto put https://reqres.in/api/users/878 -c json --body-stdin

0 comments on commit 9c26053

Please sign in to comment.