From ed7256f9b0ddf5c4c46744c597708ac0a3867df5 Mon Sep 17 00:00:00 2001 From: Jarrod Lowe <41766555+jarrod-lowe@users.noreply.github.com> Date: Sat, 31 Aug 2024 19:58:42 +1200 Subject: [PATCH] Set ENVIRONMENT in plan too (#62) --- .github/workflows/environment-main-plan.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/environment-main-plan.yaml b/.github/workflows/environment-main-plan.yaml index 38a1325f..ff8577f1 100644 --- a/.github/workflows/environment-main-plan.yaml +++ b/.github/workflows/environment-main-plan.yaml @@ -28,10 +28,10 @@ jobs: run: npm install -g esbuild - name: Compile, check and test graphql - run: IN_PIPELINE=true make graphql + run: IN_PIPELINE=true ENVIRONMENT=${{ vars.ENVIRONMENT }} make graphql - name: Test ui - run: IN_PIPELINE=true make ui-test + run: IN_PIPELINE=true ENVIRONMENT=${{ vars.ENVIRONMENT }} make ui-test - name: Run codacy-coverage-reporter uses: codacy/codacy-coverage-reporter-action@a38818475bb21847788496e9f0fddaa4e84955ba