Working directory and environment variables#19
Working directory and environment variables#19tomitrescak wants to merge 2 commits intogithub-education-resources:mainfrom
Conversation
|
I had been looking for this feature, and I see @tomitrescak has a pull request pending for it for some time. Just wanted to mention, I had tested this out by creating a public repo of @tomitrescak code here and doing the basic steps to Creating a Javascript Action. I did want to note that I was mostly interested in getting environment variables to be available for the |
Adds support to specify working directory where tests are executed. This is helpful when multiple tests are executed in different parts of the projects (e.g. in monorepos)
Also, it solves the problem where environment variables from the action are not included in the command execution and only subset specified in the action was passed.