You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This file is to be duplicated per developer/machine and populated. Remove '.example' suffix. -->
<RunSettings>
<RunConfiguration>
<EnvironmentVariables>
<SSH_FILE>%USERPROFILE%/.ssh/playground</SSH_FILE> <!-- The path to a ssh key that has access granted here: https://github.com/JeroenBos/JBSnorro/settings/secrets/actions-->
<NODE_PATH>%USERPROFILE%\.nvm\versions\node\v16.14.2\bin\node.exe</NODE_PATH> <!-- The path to the node executable to use for testing. -->
<DEBUG_OUT>%USERPROFILE%\Desktop\debug_out.txt</DEBUG_OUT> <!-- Optional: The path to output debug logs. -->