POC: test reusable workflow job visibility in Gitea Actions (#5)
Co-authored-by: moilanik <niko.moilanen@tietoevry.com> Reviewed-on: #5
This commit is contained in:
@@ -30,7 +30,7 @@ function envBlock() {
|
||||
}
|
||||
|
||||
function setupMock(seqJson) {
|
||||
execSync('pkill -9 -f mock-server 2>/dev/null || true', { stdio: 'ignore' });
|
||||
execSync('lsof -ti :18080 2>/dev/null | xargs -r kill -9 2>/dev/null || true', { stdio: 'ignore' });
|
||||
execSync('sleep 0.4', { stdio: 'ignore' });
|
||||
|
||||
const seqFile = path.join(os.tmpdir(), `cucumber_seq_${Date.now()}.json`);
|
||||
|
||||
Reference in New Issue
Block a user