Skip to content

Commit

Permalink
build: attach a tty
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed May 20, 2024
1 parent 6b19ad4 commit 66d66c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Integration Test
on: [push, pull_request]
jobs:
build:
name: Build
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion docker-runner/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
: "${CONTAINER_NAME:?}"

set -e
echo 'target' | docker run --rm -i --link $CONTAINER_NAME:target zgrab2_runner $@
echo 'target' | docker run --rm -it --link $CONTAINER_NAME:target zgrab2_runner $@

0 comments on commit 66d66c4

Please sign in to comment.