Replies: 1 comment
-
On further reading: I found this in readme.md: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to setup a self hosted runner where I want to run a few jobs on an wsl instance already running on that runner.
that instance is already setup and I do not want to incur the time cost of setup and teardown with every run.
Is this scenario supported ?
The name "Setup-wsl" suggests me that this action would always setup a new wsl instance and then run wsl-bash scripts. Though I just need to be able to run some bash scripts one after the other and gather logs
Any guidance.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions