-
We are using dev containers with GitHub CI, When GitHub runner version was changed to 2.307.1, we started getting errors while running the command: Some of the things I tried working with is changing the command to fwiw, I am not very familiar with github CI or NPM so any help would be appreciated
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Stumbled upon this while executing |
Beta Was this translation helpful? Give feedback.
Stumbled upon this while executing
docker run
commands withdocker run --rm -it
. Solution there was to remove the-it
part. Runners probably just dont run with TTY available, thus the failing commands.