Slackbot
06/10/2022, 12:49 PMRobert Elliot
06/10/2022, 12:55 PMworkingDir 'run'
set for the test
task in build.gradle
and the error is that /home/runner/work/multiconnect/multiconnect/run
does not exist - is it possible you created it manually locally?Robert Elliot
06/10/2022, 1:14 PM- run: mkdir run
to your steps before the gradle one will fix it.Robert Elliot
06/10/2022, 1:18 PMjava
file...Chris Lee
06/10/2022, 1:24 PM…/run
which does not exist.Joseph Burton
06/10/2022, 1:26 PMrun/.gitkeep
file but somewhere along the line it must have got deleted, I re-added it and it works now.