fix(misc): add NX_E2E_RUN_E2E env to e2eInputs (#26939)

This commit is contained in:
MaxKless 2024-07-15 16:46:34 +02:00 committed by GitHub
parent 6f50d9f4c3
commit 33d2bece53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,9 @@
},
{
"env": "CI"
},
{
"env": "NX_E2E_RUN_E2E"
}
]
},