Skip to content

Commit

Permalink
keep docker image running
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Jan 8, 2025
1 parent 7650ae9 commit cd5f022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cd5f022

Please sign in to comment.