Skip to content

Commit

Permalink
Flag CI setup to use local NX
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Aug 18, 2024
1 parent acccf8d commit 9fe7e3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ runs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ inputs.github_token }}

- name: Set NX to run locally using Node vs in Docker dev runner container
run: echo "NX_RUN_LOCAL=true" >> $GITHUB_ENV

0 comments on commit 9fe7e3e

Please sign in to comment.