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 d1f089c commit d0f76a3Copy full SHA for d0f76a3
.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 "sqids-bash/test:bash-${{ matrix.version }}"
+ docker run -id "sqids-bash/test:bash-${{ matrix.version }}"
27
28
- name: Run tests
29
run: bats -T ./tests
0 commit comments