Skip to content

Commit f7686a7

Browse files
committed
#116 GH Workflows - Docker Workflow: run tests before push - fix io
1 parent c00bb01 commit f7686a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: stetl Unit Tests with Docker Image ⚙️
5959
run: |
6060
docker run --rm ${{ env.DOCKER_TEST_IMAGE }} nose2
61-
docker run -it --rm -it ${{ env.DOCKER_TEST_IMAGE }} sh -c "cd examples/basics && ./runall.sh"
61+
docker run --rm ${{ env.DOCKER_TEST_IMAGE }} sh -c "cd examples/basics && ./runall.sh"
6262
6363
- name: Extract metadata (tags, labels) for Docker
6464
id: meta

0 commit comments

Comments
 (0)