jantoodre
jantoodre
I managed to get it running by doing the following: 1. Create [event file](https://github.com/nektos/act/wiki/Beginner's-guide#using-event-file-to-provide-complete-event-payload) `event.json` 2. Provide the `pull_request` event payload: `act pull_request -W .github/workflows/file.yaml --eventpath event.json` I'm using `act...
What the current state looks like: * `NX_LOAD_DOT_ENV_FILES` defines whether the [various .env files](https://nx.dev/recipes/tips-n-tricks/define-environment-variables#setting-environment-variables) are read [source](https://github.com/nrwl/nx/pull/12602/files#diff-9e7468f39e004b5e6087ab9a309150efa755b4f9f8047514b63fc71f8034c930R381) * `NX_LOAD_DOT_ENV_FILES` is set depending on `extraOptions.loadDotEnvFiles` property [source](https://github.com/nrwl/nx/pull/12602/files#diff-d30b7985fe71309145b26d1540e222cf9d2d95be98f71f3e475cf0e63194d078R188) * `extraOptions` is param,...