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