File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments