Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Dec 12, 2024
1 parent 59aa298 commit a3b4e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ jobs:

- name: Pull Public Docker Image from GHCR
run: |
docker pull ghcr.io/sage-bionetworks/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
docker pull ghcr.io/sage-bionetworks/genie:${{ github.ref_name }}
- name: Run Tests in Docker Container
run: |
docker run --rm ghcr.io/sage-bionetworks/${{ env.IMAGE_NAME }}:${{ github.ref_name }} \
docker run --rm ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
python bin/input_to_database.py main --project_id syn7208886 --onlyValidate

0 comments on commit a3b4e6f

Please sign in to comment.