Skip to content

Commit 51cd3db

Browse files
committed
add tty
1 parent 318c3e2 commit 51cd3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
145145
- name: Run Tests in Docker Container
146146
run: >
147-
docker run --rm -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" -it \
147+
docker run --rm -it -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
148148
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
149149
python bin/input_to_database.py main --project_id syn7208886 --onlyValidate
150150

0 commit comments

Comments
 (0)