Skip to content

Commit

Permalink
test docker pull
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Dec 10, 2024
1 parent a757ad7 commit 1c0846d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,25 @@ jobs:
# Use always() to always run this step to publish test results when there are test failures
if: ${{ always() }}

integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Pull Public Docker Image from GHCR
run: |
docker pull docker pull ghcr.io/sage-bionetworks/genie:main
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "~=23.12"

deploy:
needs: [test, lint]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -109,7 +121,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Format tags as registry refs
id: registry_refs
env:
Expand Down

0 comments on commit 1c0846d

Please sign in to comment.