We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318c3e2 commit 51cd3dbCopy full SHA for 51cd3db
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
145
- name: Run Tests in Docker Container
146
run: >
147
- docker run --rm -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" -it \
+ docker run --rm -it -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
148
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
149
python bin/input_to_database.py main --project_id syn7208886 --onlyValidate
150
0 commit comments