From 39f1ad1ea9955acb9da0006e29a035c5ce23d934 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Wed, 6 Nov 2024 11:51:33 -0800 Subject: [PATCH] fix --- .github/workflows/e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index be4f185e4b..3716ef9c1c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -99,7 +99,6 @@ jobs: build-args: | NODE_VERSION=${{ env.NODE_VERSION }} NODE_COMMIT=${{ env.NODE_COMMIT }} - - run: echo "${{ steps.build.outputs.metadata }}" matrix-conditionals: needs: build-zetanode @@ -246,7 +245,7 @@ jobs: runs-on: ${{ matrix.runs-on}} run: ${{ matrix.run }} timeout-minutes: "${{ matrix.timeout-minutes || 25 }}" - zetanode-image: ${{ needs.zetanode-build.outputs.image }} + zetanode-image: ${{ needs.build-zetanode.outputs.image }} enable-monitoring: ${{ needs.matrix-conditionals.outputs.ENABLE_MONITORING == 'true' }} secrets: inherit # this allows you to set a required status check