Skip to content

Commit

Permalink
Remove -it
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 21, 2023
1 parent 17cc388 commit 6004922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Test
run: |
docker run --rm -it \
docker run --rm \
-v "$PWD/test.sh:/test.sh:ro" \
localhost:5000/fnndsc/microminc-builder:latest /test.sh
Expand Down

0 comments on commit 6004922

Please sign in to comment.