From e495bbf8a176ea0b9fadb6612a93f147af0c8a50 Mon Sep 17 00:00:00 2001 From: Luke Brody Date: Fri, 16 Aug 2024 00:11:43 -0700 Subject: [PATCH] Incorrect needs --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 24ac9b55c..62aedf51d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -77,7 +77,7 @@ jobs: run-e2e-tests: runs-on: ubuntu-22.04 - needs: [build-and-push-image, list-e2e-tests] + needs: [build-and-push-image, build-frontend, list-e2e-tests] container: image: ghcr.io/${{ needs.build-and-push-image.outputs.image_tag }} strategy: