From cd5f02295fde8dcbb80f9ce0d62711838d64791f Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:31:02 -0800 Subject: [PATCH] keep docker image running --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c1a009c..d934fe70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,8 @@ jobs: run: | docker run -d --name genie-container \ -e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \ - ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} + ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \ + tail -f /dev/null - name: Run validation in test pipeline run: |