Skip to content

Commit

Permalink
fix(misc): add NX_E2E_RUN_E2E env to e2eInputs (#26939)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless authored Jul 15, 2024
1 parent 6f50d9f commit 33d2bec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
},
{
"env": "CI"
},
{
"env": "NX_E2E_RUN_E2E"
}
]
},
Expand Down

0 comments on commit 33d2bec

Please sign in to comment.