Skip to content

Commit a501218

Browse files
committed
keep docker container running
1 parent b489b29 commit a501218

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
@@ -148,7 +148,7 @@ jobs:
148148
docker run -d --name genie-container \
149149
-e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
150150
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
151-
tail -f /dev/nullg
151+
-c "while true; do sleep 1; done"
152152
153153
- name: Run validation in test pipeline
154154
run: |

0 commit comments

Comments
 (0)