Skip to content

Commit cd5f022

Browse files
committed
keep docker image running
1 parent 7650ae9 commit cd5f022

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ jobs:
147147
run: |
148148
docker run -d --name genie-container \
149149
-e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
150-
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }}
150+
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
151+
tail -f /dev/null
151152
152153
- name: Run validation in test pipeline
153154
run: |

0 commit comments

Comments
 (0)