Skip to content

Commit

Permalink
Set ENVIRONMENT in plan too
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrod-lowe committed Aug 31, 2024
1 parent d139f0a commit 4053e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/environment-main-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4053e12

Please sign in to comment.