Skip to content

Commit

Permalink
feat: add NX_PARALLEL environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot committed Dec 10, 2024
1 parent 5cb8aeb commit 5e055ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
description: Token Report to Codecov

env:
NX_PARALLEL: ${{ vars.NX_PARALLEL }}
NX_SKIP_NX_CACHE: ${{ inputs.skipNxCache }}
YARN_ENABLE_HARDENED_MODE: 0
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
description: Token to use Nx Cloud token

env:
NX_PARALLEL: ${{ vars.NX_PARALLEL }}
NX_SKIP_NX_CACHE: ${{ inputs.skipNxCache }}
YARN_ENABLE_HARDENED_MODE: 0

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
description: Token Report to Codecov

env:
NX_PARALLEL: ${{ vars.NX_PARALLEL }}
NX_SKIP_NX_CACHE: ${{ inputs.skipNxCache }}
YARN_ENABLE_HARDENED_MODE: 0

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
types: [checks_requested]

env:
NX_PARALLEL: ${{ vars.NX_PARALLEL }}
YARN_ENABLE_HARDENED_MODE: 0
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

Expand Down

0 comments on commit 5e055ff

Please sign in to comment.