Skip to content

Commit

Permalink
TTY fix
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Sep 20, 2024
1 parent 15a696b commit 9e94aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Run unit tests
run: |
docker run --rm ${{ env.TEST_TAG }}
docker run -it -p 5001:5001 -v $PWD:/home ${{ env.TEST_TAG }} py.test -v tests
docker run --rm -v $PWD:/home ${{ env.TEST_TAG }} py.test -v tests
- name: Build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 9e94aa4

Please sign in to comment.