We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b223ded commit d1f089cCopy full SHA for d1f089c
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Create docker image and run container
24
run: |
25
docker build --build-arg VERSION=${{ matrix.version }} -t "sqids-bash/test:bash-${{ matrix.version }}" .
26
- docker run -i "sqids-bash/test:bash-${{ matrix.version }}"
+ docker run "sqids-bash/test:bash-${{ matrix.version }}"
27
28
- name: Run tests
29
run: bats -T ./tests
0 commit comments