From 737099c52db8b0285fe351c1aa6df48f30681156 Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Wed, 25 Sep 2024 10:45:05 -0700 Subject: [PATCH] Add catalog dependency to api tests in ci --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 334759ce112..35dddac5f61 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -457,7 +457,7 @@ jobs: uses: ./.github/actions/load-img with: run_id: ${{ github.run_id }} - setup_images: upstream_db ingestion_server + setup_images: upstream_db ingestion_server catalog # Sets build args specifying versions needed to build Docker image. - name: Prepare build args