Skip to content

Commit

Permalink
Removed '-it'
Browse files Browse the repository at this point in the history
  • Loading branch information
aarne33 committed May 30, 2023
1 parent f581d1b commit 2ff8624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,4 +12,4 @@ jobs:
- run: docker build --ssh default --target tox -t multikeyjwt:tox .
- name: Echo SSH_AUTH_SOCK
run: echo $SSH_AUTH_SOCK
- run: docker run --rm -it -v ${{ github.workspace }}:/app -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK multikeyjwt:tox
- run: docker run --rm -v ${{ github.workspace }}:/app -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -e SSH_AUTH_SOCK multikeyjwt:tox

0 comments on commit 2ff8624

Please sign in to comment.