Skip to content

Commit

Permalink
#116 GH Workflows - Docker Workflow: run tests before push - fix io
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 27, 2024
1 parent c00bb01 commit f7686a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: stetl Unit Tests with Docker Image ⚙️
run: |
docker run --rm ${{ env.DOCKER_TEST_IMAGE }} nose2
docker run -it --rm -it ${{ env.DOCKER_TEST_IMAGE }} sh -c "cd examples/basics && ./runall.sh"
docker run --rm ${{ env.DOCKER_TEST_IMAGE }} sh -c "cd examples/basics && ./runall.sh"
- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit f7686a7

Please sign in to comment.