Skip to content

Commit 1c0846d

Browse files
committed
test docker pull
1 parent a757ad7 commit 1c0846d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,25 @@ jobs:
5454
# Use always() to always run this step to publish test results when there are test failures
5555
if: ${{ always() }}
5656

57+
integration-tests:
58+
runs-on: ubuntu-latest
59+
steps:
60+
- name: Checkout repository
61+
uses: actions/checkout@v4
62+
63+
- name: Pull Public Docker Image from GHCR
64+
run: |
65+
docker pull docker pull ghcr.io/sage-bionetworks/genie:main
66+
67+
5768
lint:
5869
runs-on: ubuntu-latest
5970
steps:
6071
- uses: actions/checkout@v4
6172
- uses: psf/black@stable
6273
with:
6374
version: "~=23.12"
75+
6476
deploy:
6577
needs: [test, lint]
6678
runs-on: ubuntu-latest
@@ -109,7 +121,7 @@ jobs:
109121
uses: docker/metadata-action@v5
110122
with:
111123
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
112-
124+
113125
- name: Format tags as registry refs
114126
id: registry_refs
115127
env:

0 commit comments

Comments
 (0)