Skip to content

Commit d1f089c

Browse files
committed
test: remove -it
1 parent b223ded commit d1f089c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Create docker image and run container
2424
run: |
2525
docker build --build-arg VERSION=${{ matrix.version }} -t "sqids-bash/test:bash-${{ matrix.version }}" .
26-
docker run -i "sqids-bash/test:bash-${{ matrix.version }}"
26+
docker run "sqids-bash/test:bash-${{ matrix.version }}"
2727
2828
- name: Run tests
2929
run: bats -T ./tests

0 commit comments

Comments
 (0)